I'm trying to enter bootloader , Uart , with STM cubeprogrammer, using board is STM32F401 NUCLEO-64 . Help me ...
Hi~
I'm trying to connect uart bootloader.
but there is something wrong. I can't connect bootloader via STM32CUBEPROGRAMMER
and I found the datasheet that STM32F401 NUCLEO-64 only support one uart for system memory.
- I connect Uart1 (PA9, PA10)
- I've already checked that Uart1 is working on user FW ( I have tested )
- I connect BOOT0 and VDD ( I have checked 3.3V )
- I checked BOOT1 is grounded.
- I press the reset button.
- I think STM32F401 NUCLEO-64 is on system memory boot. (cause I programmed blink led , when I press the reset button, it stopped)
- I am trying to connect uart via STM cube programmer program.
- but it shows error message that "Error: Activating device: KO. Please, verify the boot mode configuration and check the serial port configuration. Reset your device then try again... "
- I used HSI clock which it presented on datasheet.
- I checked that bootloader FW version , it is D1,
I don't know what's wrong with this.
any Ideas??
is that possible to using uart bootloader with STM32F401 NUCLEO-64?
