cancel
Showing results for 
Search instead for 
Did you mean: 

STM32L4

Amjed Mtimet
Associate
Posted on June 19, 2017 at 10:31

We are using the STM32L432KC and we are facing problem to start the MCU.

To sum up the situation :

 * The MCU can't start-up after a power off.

        **In order to reproduce the case you can use the nucleo L432KC -> you have just to flash the MCU after that remove and put back the USB -> you will see that the MCU don't start-up in every time the power goes on.

 * The workaround of this issue was the use of the IWDG which is clocked from the LSI.  The LSI reset the MCU until the MSI start.

        ** We have checked that this workaround is working in the nucleo L432KC but unfortunately it doesn't work in our board and we are facing the same issue.

  * We have the same board (PCB) with an STM32L0 : The MCU start in every power on. 

We would like to have more information about this issue and to understand why the MCU can't start.

1 REPLY 1
Posted on June 20, 2017 at 17:31

Have you flashed the board with demo app? The one provided by the ST with blinking LED?

OR

Is it your own app? Are you willing to share the code?

Have you tried another boards in case you believe that your code is fine?

I understand that you do not see expected results of your code when powering the board up?

Anyway, there is too few details to proceed.