bus Questions
6
Solved
I am continuously receiving messages in peek mode and abandoning them if processing fails (Not the delivery). However, the message immediately becomes available again and is received for processing...
Clemmie asked 15/9, 2017 at 12:54
2
Solved
How does one use arrays (representing busses) in HDL?
For example, I have the following code:
/**
* 16-bit bitwise And:
* for i = 0..15: out[i] = (a[i] and b[i])
*/
CHIP And16 {
IN a[16], b[...
Waterborne asked 21/12, 2016 at 5:0
1
Reading a hardware bus specification, I frequently come across things like:
"When the controller sees that a bus request has been made, it asserts the Bus Grant line to the first device."
What ex...
3
bus APIs in systemd 221.
When I request a name for an object in system bus it prints out an error saying "Permission denied". I am running the output file as root. The line "sd_bus_request_name(bu...
3
Solved
After reading several CiA specifications, I am still having difficulty understanding PDO mapping, Process Image, and Process Data Exchange in CANopen.
I know SDO is used for configuration settings...
Ironmaster asked 16/5, 2013 at 12:31
0
I have 2 processes running
webapi : publishes message to azure service bus queue
console app: subscribes to message from queue
I am using open telemetry collector with yaeger, .net core 6, c#
I am ...
Frederique asked 22/3, 2022 at 15:55
3
Solved
As you can see in this tutorial, the default latency timer for the COM port is 16ms.
COM Port Latency
But in most cases we want the minimum latency.
On the internet we see a lot of explanation on w...
Pickens asked 28/1, 2021 at 16:13
3
I use C++ since a long time, and now I'm starting to learn assembly and learn how processors work (not just for fun, but I have to as a part of a test program). While learning assembly, I started h...
Torrez asked 12/4, 2017 at 9:20
2
I'm creating 2 REST containers using . I want to keep some common things like the JSON providers, validation interceptor, exception handling using a cxf bus. below is my application context.
<c...
2
I'm new to Azure Service Bus and have created successful pocs for creating a topic and a separate subscriber application to receive its message.
Based on this article, I quote:
"A topic can have u...
Emmalineemmalyn asked 18/1, 2014 at 2:36
1
Solved
I have a recent 12 core Intel CPU (Haswell architecture) and it has 4 memory channels. How many DRAM memory accesses can the machine do in parallel?
For example, if I have a program that uses 12 t...
Portfolio asked 21/7, 2017 at 11:7
1
Solved
I have a table, where each row of the table contains state (registers). There is logic that chooses one particular row. Only one row receives the "selected" signal. State from that chosen row is th...
Baudekin asked 19/12, 2016 at 6:57
5
Can someone very briefly point out the differences between the memory bus and address bus in computer architectures ? Also when you say memory bus does it imply that you are referring to the databu...
Boreal asked 15/11, 2011 at 10:4
2
Using the Google Map API, how can I set the bus stop icons to be clickable and show the bus number services in an infowindow? I can see in Google Map site, it is enabled. But when I create my own c...
Solan asked 12/8, 2012 at 6:0
1
Solved
We have a system based around an Atom Z510/Intel SCH US15W Q7 card (running Debian Linux.) We need to transfer blocks of data from a device on the Low Pin Count Bus. As far as I know this chipset d...
Eyetooth asked 28/9, 2013 at 21:20
1
Solved
I'm new to Otto and I'm having serious trouble making out its functioning together with Dagger dependency injector and JobManager. Whenever I launch my application, I keep getting the same error me...
Alves asked 24/3, 2015 at 7:47
2
OK, I've been struggling with this for a while. What is the best way to accomplish the following:
where Reaction Wheel 1-4 are links to the same block in a library. When the Speed Counter, Speed...
3
Solved
So I am running python 2.6 on a macbook pro and trying to write the code in python to display an image from a file in a label on a tkinter gui. The image is called image.png. The program runs witho...
Typo asked 5/7, 2010 at 4:32
8
Solved
2
Solved
This is a code I testing to copying struct.
1 #include <stdio.h>
2 #include <string.h>
3
4 typedef struct emp_struct {
5 char *name;
6 int employee_no;
7 float salary,
8 tax_t...
1
2
Solved
I quite understand a what 32 or 64 bit system means. so basically all registers or word length is either 32 or 64 bit.
For simplicity let us take a 32 bit system and say i'am writing a program in ...
Faultless asked 18/9, 2012 at 15:41
1
I am unable to understand the difference between Bus Cycle, Instruction Cycle and Machine Cycle. Please help me out. Thanks
2
Solved
I know
Choosing between .NET Service Bus Queues vs Azure Queue Service
provides some answers as to when to use queues for web/worker roles vs Azure Service bus, but I'm just starting to study Azu...
3
I use cudaMemcpy() one time to copy exactly 1GB of data to the device. This takes 5.9s. The other way round it takes 5.1s. Is this normal? Does the function itself have so much overhead before copy...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.