cancel
Showing results for 
Search instead for 
Did you mean: 

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

Lkhod.1
Associate II

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 

6 REPLIES 6
TDK
Guru

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
Associate II

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
Associate II

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

And how is PB2 (= BOOT1) connected?

JW

Lkhod.1
Associate II

BOOT1 (PB2) not connected(open Connection)

which connection required for Boot1(PB2) pin ?

please help me

Read AN2606.

JW