Skip to main content
Paulus
Associate II
January 11, 2019
Question

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

  • January 11, 2019
  • 1 reply
  • 726 views

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.

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
January 11, 2019

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 (See Profile) Up vote any posts that you find helpful, it shows what's working..