2019-06-24 05:48 AM
We are using STM32L151VCT6A MCU. I have already programmed and worked on the boards, but for 2nd time device is not allowing to read/write the program. And even the pin numb 72 is low at the MCU.
2019-06-24 05:57 AM
Sorry, what is pin 72?
If the device is powered down (low power mode), you might have to adjust the connectivity options.
You could also try pulling BOOT0 HIGH, and with NRST connected to the programming header.
2019-06-24 08:57 PM
Its the Pin numb of MCU (PA13).
2019-06-24 09:57 PM
We have tried by pulling BOOT0 high; even through no change at the MCU behavior.
Any other solution to erase and reprogram?
2019-06-25 01:49 AM
I'd probably try the USART method of the System Loader to see if the chip provided signs of life.
BOOT0 HIGH, Reset, then send 0x7F pattern at 9600 8E1 to USART1 PA9/PA10, and check for 0x79 response.
Device powered by battery?
2019-06-25 02:30 AM
Device powered by 12V 2Amp adopter, Where a regulator divides the voltage and provides 3V3 to MCU.