cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 Firmware compile problem with EWARM5.11

aguzik
Associate II
Posted on March 28, 2008 at 21:44

STM32 Firmware compile problem with EWARM5.11

2 REPLIES 2
aguzik
Associate II
Posted on May 17, 2011 at 12:27

I have been trying to compile and run the firmware with the latest IAR 5.11 and STM32F103VB.

The firmware will not compile without inserting

''#define __program_start __iar_program_start'' into stm32f10x_vector.c

Now I get CSTACK overflow immediately after reset.

Did anybody get the IAR5.11 to work with the st firmware?

I appreciate any tips.

aguzik
Associate II
Posted on May 17, 2011 at 12:27

Problem solved. I just found that IAR ships the ST library updated for the v5.11 with the compiler. It works from the get go.