cancel
Showing results for 
Search instead for 
Did you mean: 

Anyone who has a STM32F10X_CL.C startup file for CooCox?

Paulus
Associate II

I have been using CooCox successfully for my STM32F103C8. Now I want to port my project to a STM32F105RC but I have not been successful since the startup_stm32f10x_md.c is for the mainstream processors and not for the connectivity line. Even some hits on how to modify the existing startup file would be a great start.

1 REPLY 1

Construct a vector table with entries from the equivalent startup,s file from the Keil, IAR or GNU/GCC directories.

STM32Cube_FW_F1_V1.6.1\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\gcc\startup_stm32f105xc.s

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..