Skip to main content
Visitor II
September 14, 2022
Question

Nucleo-F411RE uart bootloader don’t work.

  • September 14, 2022
  • 2 replies
  • 1375 views

I am developing with Nucleo-F411RE Board an trying to use UART2 bootloader to flash my program.I use STM32CubeProgrammer to do this.when connect my board, ide report that Error: Activating device: KO. Please, verify the boot mode configuration and check the serial port configuration. Reset your device then try again... 

Here is my configure:

Start uart bootloader through ttl.TX(PA2),RX(pA3),BOOT0 3.3v,I can’t see BOOT1 on the board.0693W00000SvJs3QAF.jpg0693W00000SvJswQAF.png

    This topic has been closed for replies.

    2 replies

    Technical Moderator
    September 14, 2022

    Hello @Blue Vincent​ and welcome to the Community :)

    Make sure that you configure your board in bootloader mode and N​RST is connected to the debugger.

    Check the STM32F411xx bootloader configuration in system memory boot mode in the AN2606, and that bootloader is activated by applying Pattern 1 (described in Table 2: Bootloader activation patterns).

    Imen

    Visitor II
    September 14, 2022

    I did not configure NRST pin and I dont know where is the debugger, should I configure NRST to 3.3v?

    Visitor II
    September 14, 2022

    I did not configure NRST pin and I dont konw where is the debugger.