2023-01-10 06:17 PM
I flashed the STM32 L152 discovery board with Cube IDE. I assume that if I run/debug the project with board plugged in, it will automatically upload the firmware. However, it shows as
File download complete
Time elapsed during download operation: 00:00:00.665
Verifying ...
Download verified successfully
Shutting down...
Exit.
and does not perform the code as I expected. It does not turn on LCD display, etc.
I would like to know whether my project's code is wrong or not.
I followed following example and assumed that since the pin-out design of the board used in the example is similar, it would work and create blinking LD1 LED.
deepbluembedded - stm32-gpio-write-pin-digital-output-lab
what did I do wrong?
2023-01-11 12:20 AM
It seems like you push "Run" button. For debug you need push "Debug" button.