I'm getting address exceptions when I access element of my packet array. I think it's because each element is packed (to save space), but XC32 somehow has lost track of that.typedef struct __attribute__((packed)) {
unsigned frameType :3;
un..