Skip to main content
ATank.1
Associate III
October 21, 2024
Solved

Controlling STM32F407 bootloader (Discovery board) with another board

  • October 21, 2024
  • 2 replies
  • 1273 views

Hello 

I think we can control the reset and boot0 pin of F407 externally through a different board STM32H745 disco. I want to put the F407 in boot mode and send data to program the F405 through UART. Please confirm

Thanks & Regards,

Anuj

 

 

This topic has been closed for replies.
Best answer by mƎALLEm

Hello @ATank.1 ,

According to that board schematics, you can drive the BOOT with a GPIO from STM32H745 as BOOT pin is exported on the P2 connector:

SofLit_0-1729516805512.png

But you need to unsolder SB18 and R31.

For the reset, same thing, it's exported on the P1 connector, but you need to unsolder SB1:

SofLit_1-1729517041429.png

 

2 replies

mƎALLEm
mƎALLEmBest answer
ST Technical Moderator
October 21, 2024

Hello @ATank.1 ,

According to that board schematics, you can drive the BOOT with a GPIO from STM32H745 as BOOT pin is exported on the P2 connector:

SofLit_0-1729516805512.png

But you need to unsolder SB18 and R31.

For the reset, same thing, it's exported on the P1 connector, but you need to unsolder SB1:

SofLit_1-1729517041429.png

 

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
ATank.1
ATank.1Author
Associate III
October 21, 2024

Hi @mƎALLEm 

Thank you for the quick response. This is exactly what I was looking for.

Regards,

Anuj