cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with running L152 discovery board + example.

ESHEE.1
Associate

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?

1 REPLY 1
ONadr.1
Senior III

It seems like you push "Run" button. For debug you need push "Debug" button.