Stm32 port notes:
In the project configuration, remember to add include paths, debug selects the corresponding download loader according to the compiler used, and utilities selects the corresponding download loader.
Compilation error after Project Build: STM32-uCOSii.sct (7): Error: l6236e: No section matches selector-No section to be first/last.
Please refer to the following link for more information: http://blog.csdn.net/penglijiang/article/details/6564546.
Options for target 'xxxx'. The linker options are as follows:
1. Uncheck use memory layout from target dialog.
2. Clear the content in the acatter file.
Click OK, okay
Also appears during compilation
D:/Keil/ARM/INC/ST/stm32f10x/stm32f10x_type.h (23): Error :# 256: Invalid redeclaration
Of type name "s32" (declared at line 470 of ".. \ SRC \ cmsis \ stm32f10x. H") error. Modify include paths according to the online statement.
Http://blog.csdn.net/iceiilin/article/details/6100494
After a long time of failure, I finally deleted the project and re-established the project. The structure of the organization directory is as follows. The problem is solved. What is the problem?