User Activity

i'm working with spc570s and using gnu free gccc in spc5studio.In my program I need to apply __attribute__(( aligned(32))) to an const struct variable.I tried like this but it does't work.for example.typedef struct{uint32_t aa;uint 32_ bb;...}Astatic...
​DearI am using SPC5Studio version 5.8.1 and SPC570S.I want to fill the output(.mot) file with 0xFF memory.In additional, I want to make hex file a contiguous address.Below is my output.mot file with non-contiguous addresses.S214FD07D0010E01220136014...