Part Number: TMS320F280049
Hi Team,
typedef struct DataEnding
{
uint32_t CrcValue;
uint16_t Mark;
}RxTxDataEndingType;
sizeof(RxTxDataEndingType) is 4 now.
How to use alignment instruction to let sizeof(RxTxDataEndingType) is 3?
#pragma pack(n) is not recognized.
__attribute__((packed)) and __attribute__((aligned(n))) doesn't work.
Thanks & Regards
Yale Li