Skip to main content
Lkhod.1
Associate II
December 9, 2021
Question

Erased flash (Stm32F410 MCU) and give reset in reset pin . MCU not enter boot mode.

  • December 9, 2021
  • 6 replies
  • 1665 views

I have devlopment board Nucleo - F410RB( STM32F410 Microcontroller), Now I working on bootloader Host side application.

But I facing I Issues When My flash is blank(fully erased). And I want to enter but mode but bootloader not give any response.

I give following step to enter boot mode

1) Boot0 pin give High

2) Reset pin give High to low pulse (if the unit is not powered off the problem is not seen)

than response not come from bootloader.

This issue come only my flash is blank,

programmed flash working well without any issue.

Empty flash need a power on reset to enter boot mode ?

What is difference Power on reset and reset using Reset pin.?

So give me help 

This topic has been closed for replies.

6 replies

TDK
December 9, 2021

Reset while holding BOOT0 high to enter bootloader mode. You don't need to power cycle.

What response are you looking for?

Ensure only the bootloader interface you're using is active. When the bootloader detects one interface, it stops listening to other interfaces.

"If you feel a post has answered your question, please click ""Accept as Solution""."
Lkhod.1
Lkhod.1Author
Associate II
December 9, 2021

i give 0x7F than bootloader give response 0x79

this 0x79 not come if my flash is blank (fully erased)

this 0x79 come if my flash is not blank(previously Programmed.

Lkhod.1
Lkhod.1Author
Associate II
December 9, 2021

i use uart interfaces. and i successfully perform all bootloader cmd .

but this issue come if my flash is blank and reset give on reset pin without power on and off

waclawek.jan
Super User
December 9, 2021

And how is PB2 (= BOOT1) connected?

JW

Lkhod.1
Lkhod.1Author
Associate II
December 10, 2021

BOOT1 (PB2) not connected(open Connection)

which connection required for Boot1(PB2) pin ?

please help me

waclawek.jan
Super User
December 10, 2021

Read AN2606.

JW