Tagged Questions
0
votes
1answer
268 views
Communication between modules over USB using a uC
I have a module (say A) which sends data serially to me at 5 Mbps. I want to transfer this data to another module (say B). For B, I have a few choices for links: USB, UART, PCI/E, etc. I am not sure ...
1
vote
3answers
831 views
MCU: saving data directy on flash. What's the advantage?
I know on some MCUs its possible to save data directly on program memory (flash memory). AVRGCC compiler uses "PROGMEM" keyworkd, MPLAB C18 uses a similar one with the same effect.
However, what's the ...