Other Parts Discussed in Thread: TEST2
Tool/software: Code Composer Studio
Hi all,
I set up the following structure:
struct _Test{
unsigned char Test1;
unsigned int Test2;
unsigned long Test3;
};
in memory every item gets a 4 byte RAM spot. one would assume that there will be 7 Bytes allocated, in fact there are 12 bytes allocated???
I use it with the CC2652
Any ideas, how to set the actual Bytes??
t6hanks for your help
best regards
Kurt