2024-07-01 02:11 AM - last edited on 2024-07-03 07:17 AM by Amel NASRI
May I know where is the PH3/BOOT0 pin on the STM32L432KC board? I don't see any GPIO pin for that. It is connected to the F103 chip onboard but how do I use that?
2024-07-03 07:19 AM
Hi @Abijith ,
This post was moved to a new thread from the original one Nucleo L432KC bootloader via UART failed.
To be able to support you properly, could you please precise:
- are you facing an issue similar to the one in the original thread?
- are you using same device? which board?
- what are you attempting to do?
Any farther details should be helpful.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-07-03 06:40 PM
It's somewhat the same error.
I have set the options bytes properly and entered the system bootloader but when I try to connect via UART it doesn't connect. When I send 0x7F from the PC through the UART, I receive 0x40 on my STM32. I am using the STM32L432KC Nucleo 32 Board.
I want to program the firmware using uart.
2024-07-05 09:59 AM
Hi Abijith
This post has been escalated to the ST Online Support Team for additional assistance. We'll contact you directly.
Kind Regards
Joe
STMicro Support
2024-07-05 03:46 PM
but when I try to connect via UART it doesn't connect. When I send 0x7F from the PC through the UART, I receive 0x40 on my STM32.
So if you say it doesn't connect, then how you going to even receive any data? Or maybe i am interpreting your issue incorrectly? Can you be a little more descriptive on what you mean by doesn't connect?