2021-06-23 02:43 PM
I am using KIEL with ST-LINK V2 programmer
Boot0 ( Pin number 138) tied to LOW via 10K resistor
nRST has a 100nF to GND and a pull up resistor 10K
Checked the POR and it looks fine
It looks like the chip doesnt run
Please advise
Solved! Go to Solution.
2021-06-23 02:48 PM
Probably does run..
The NUCLEO/DISCO boards typically provide an 8 MHz HSE clock, check your clock (RCC/PLL) configuration. The L4 should start from its MSI clock, perhaps let that continue rather than reconfiguring. Do simple things like enable some GPIO and toggle, or light some LEDs.
2021-06-23 02:48 PM
Probably does run..
The NUCLEO/DISCO boards typically provide an 8 MHz HSE clock, check your clock (RCC/PLL) configuration. The L4 should start from its MSI clock, perhaps let that continue rather than reconfiguring. Do simple things like enable some GPIO and toggle, or light some LEDs.
2021-06-25 01:48 AM
First of all I would like to thank you for your help yesterday ....
We found the problem
I ordered by mistake P/N STM32L4P5ZGT6P instead of STM32L4P5ZGT6
The main difference between the two items is the BOOT pin
On the STM32L4P5ZGT6 it is pin number138
But on the STM32L4P5ZGT6P the BOOT pin is 137
There are a few more pins that are not the same but once I have connected pin number 137 to the GND via Resistor !!!
It works like NINJA!!!!
Thank you again for the support
Have a great weekend
Tzif