Question
Nucleo f429zi after st-link removal
Posted on August 29, 2016 at 11:04
Hello,
I have a following problem, I have a Nucleo f429zi board and after ST-link removal I am unable to run code on it. I've chcecked the solder bridges, I'm using SWO - the debbuging seems to be fine, the cpu is stuck on '' if (HAL_RCC_OscConfig(&RCC_OscInitStruct) != HAL_OK)'' I've even tried soldering the oscillator and caps to the ''x3'' space as the MCO is gone, since I removed the ST-link.Here is the configuration (it is the default one):http://pastebin.com/KbhfhiSkI'm trying to run a simplest code - toggle the LED. Now, i don't know if the problem is related to hardware or something is wrong with my SW4stm32. Is this a problem with the HSE? If I download blinking LED *.bin from the Mbed platform and flash it to the board it starts up fine... maybe it is using only LSE? Please help, thanks in advance.