2008-03-28 01:44 PM
STM32 Firmware compile problem with EWARM5.11
2011-05-17 03:27 AM
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.2011-05-17 03:27 AM
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.