Posted on May 17, 2011 at 12:48Hi Edi, Do you have an *.icf file? In my IAR environment, this is specified in project/options/linker . override is checked, and I have $PROJ_DIR$\STM32_Flash.icf . Evidence that I needed STM32_Flash.icf was that durin...
Posted on May 17, 2011 at 12:48Problem solved. In fact, the code was *not* identical. The hw_config.c file that I was ''working on'' was not in fact the one that was compiled into the project. -Owen
Posted on May 17, 2011 at 12:48Hi there, I am confused by the fact that I can't start the HSE. I have two projects that have identical initial code: Code: /* RCC system reset(for debug purpose) */ RCC_DeInit(); /* Enable HSE */ RCC_HSEConfig(RCC_...