2013-01-17 03:01 AM
I'm using STM32F10x_StdPeriph_Lib_V3.5.0 with IAR 6.50 and I want debug a simple project over STM32F100C6.
Is this possible? The examples project run over the following hardware USE_STM32100B_EVAL USE_STM3210B_EVAL USE_STM3210E_EVAL USE_STM3210C_EVAL USE_STM32L152_EVAL USE_STM32100E_EVALI have changed the micro ST STM32F100x6 in Iar general option and I have put ''STM32F10X_LD'' in the prepocessor -->Definited symbolsbut I can't debug the projectthanks2013-01-17 06:43 AM
You also have to set the correct linker configuration file in Linker options, and the correct driver in Debugger options.
Cheers, Hal