使用指定RAM,导致生成的Hex文件超过范围,有没有小伙伴遇到了?
uint8_t f_1min __attribute__((section(".ARM.__at_0x200F0F00"))); //定义一个标志在Ret_SRAM 0x200F0000~0x200F0FFF
volatile uint16_t U_collect __attribute__((section(".ARM.__at_0x200F0F04"))); //采集时间计数
volatile uint16_t U_RfResponsTime __attribute__((section(".ARM.__at_0x200F0F08"))); //需要响应时间计数
volatile u8 F_WaitRfResPonseEn __attribute__((section(".ARM.__at_0x200F0F0C"))); //需要回应标志
volatile u16 RfTXtime __attribute__((section(".ARM.__at_0x200F0F10"))); // 单位:分钟
超过了7ffff的512K范围
|