cancel
Showing results for 
Search instead for 
Did you mean: 

Startup.s and Emide

freya17365
Associate II
Posted on April 22, 2016 at 13:55

Hi to all,

I am trying to use Emide to develop my projects, but I encountered some problem in startup file

I copied a simple working program from Keil to Emide and the only problem I encoutered is in startup_stm32f030x8.s file.

Now I am not expert in assembly, so I would ask if there is an already working startup file foe Emide, or where can I found the right documentation for writing it myself.

Thank you

Freya

1 REPLY 1
TarekB-ST
Associate III
Posted on April 22, 2016 at 15:58

Hello Freya,

It depends in which compiler you are using inside emIDE

If you are using ARM GCC as compiler you need to use the GCC startup file for you device instead of the Keil startup.

PS: If you have already the STM32CubeF0 you can find the appropriate startup within : STM32Cube_FW_F0_V1.5.0\Drivers\CMSIS\Device\ST\STM32F0xx\Source\Templates

Best Regards,

Tarek