Tagged Questions
1
vote
2answers
325 views
Aligned vs. Packed attributes
I am working on firmware for a 16-bit PIC and writing in C (Microchip C30 compiler). My device receives a long list of bytes from an external device, and then I am trying to copy those bytes into a ...