I am getting lot of errors while compiling a project for STM32F10XC. Most of them were related to the non availability of STM32 header files. Those I have included by using STM32 firmware library STM32F10x_StdPeriph_Lib_V3.5.0.
error: struct<unnamed> has no field IPR. To remove this error I have included stm32f10x_nvic.h and stm32f10x_map.h files. Now I am getting lot of redefinition errors between stm32f10x_map.h and stm32f10x.h files.
Can you please provide me proper STM32 Firmware Library files which I have to use.
Probably missing some defines, or include paths. Review an ST supplied project template. STM32F10x_StdPeriph_Lib_V3.5.0\Project\STM32F10x_StdPeriph_Template\MDK-ARM