This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Lot of errors while compiling the project for STM32F10xC

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.