2023-09-18 04:24 AM - edited 2023-09-18 04:39 AM
Hi,
I need to test power consumption on NUCLEO-L432KC with UART working on high baud rate. I've removed SB9 and SB14 to do so. Board is powered by external 5V source. While trying to flash following the Chapter 6.4.2 (External power supply inputs) from User Manual I get:
13:19:51:737 : UR connection mode is defined with the HWrst reset mode
13:19:56:786 : ST-LINK SN : 012345678910111213141516
13:19:56:786 : ST-LINK FW : V2J31M21
13:19:56:787 : Board : NUCLEO-L432KC
13:19:56:787 : Voltage : 3.27V
13:19:56:787 : Error: No STM32 target found! If your product embeds Debug Authentication, please perform a discovery using Debug Authentication
13:19:56:802 : Disconnected
Tried flashing with various modes e.g. under reset, also tried flashing with CubeIDE with OpenOCD
2023-09-18 05:06 AM - edited 2023-09-18 05:10 AM
Hello @yaak_d3v
According to the UM1956, ST-LINK is not powered when using 5V or 3.3V power supply.
best regards.
II
2023-09-18 05:33 AM
My colleague managed to flash the board a couple of times(it was very unstable), but we couldn't figure out a difference in our configuration. Also the next paragraph says:
2023-09-18 05:45 AM
If you are using+5v mode then why you have removed SB9 and SB14. You have to do this in case you are using 3v3.
Best regards.
II
2023-09-18 05:51 AM
Do you have other means of connecting?
Say a serial port, where you could create a loader/monitor capable of delivering a .HEX or .BIN and writing the new code to the application area?