最近在写一个STM32 F103T8U6的串口IAP,
STM32F103T8U6 SRAM 20K Flash64K,我改了一些相关Flash的大小,但是不知道哪里还有需要改,现在编译的话全都是错
[mw_shl_code=applescript,true]..USERstm32f10x.h(472): warning: #12-D: parsing restarts here after previous syntax error[/mw_shl_code]
大家谁做过相关的,能给帮个忙!谢谢各位!
代码就是用的原子哥的F103的串口IAP的例程
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
[mw_shl_code=applescript,true] ADC1_2_IRQn = 18, /*!< ADC1 and ADC2 global Interrupt */[/mw_shl_code]
错误都是在stm32f10x.h里面的
[mw_shl_code=applescript,true]..OBJIAP.axf: Error: L6220E: Execution region RW_IRAM1 size (61440 bytes) exceeds limit (20480 bytes). Region contains 359 bytes of padding and 0 bytes of veneers (total 359 bytes of linker generated content).[/mw_shl_code]
这个是哪里超出了限制了??
一周热门 更多>