Warning: L6918W: Execution region RW_IRAM1 placed at 0x24000000 needs padding to ensure alignment 2 of main.o(.ARM.__at_0x24000002). 试了下我这里警告这个,提示有空间未使用;也算合理,使用后就没警告了。
[C] 纯文本查看 复制代码 uint16_t Paddding __attribute__((section(".ARM.__at_0x24000000")));
uint16_t Fixed_Addr_Flag __attribute__((section(".ARM.__at_0x24000002")));
|