2021-07-12 01:58 AM
Dear STM Community,
I am a Fresh learner of STM32 technologies. I got myself an STM32F429 Discovery Kit.
As expected, I tried to do Led Blinks on my board since it is the hello world of this technology.
However, I couldn't turn on the LEDs on board. I create a simple LED turn code but even that doesn't work.
Only Power and Communication LEDs turn, but it doesn't relate to me.
First I build the project, then I download it.
When I click the download button, COM LED blink between red and green 3-4 times. But then, nothing happens.
I set my debug setting as ST_Link one, in the settings section in the flash download tab, I tick the Reset and Run box.
In the target tab of Options for target, I cannot see Xtal(MHz). Is problem-related with this?
I use Keil uVision 5, windows 10 OS
2021-07-12 02:13 AM
You have a F429 board not a F469, pin usage likely to be different.
Check pin usage vs schematic.
Use a while loop so as not to exit main ()
2021-07-12 02:54 AM
Oh I see, thanks alot, in board selection, there is STM32F429. IDK why it's automatically select the 469. But it works now, thanks!