cancel
Showing results for 
Search instead for 
Did you mean: 

Controlling STM32F407 bootloader (Discovery board) with another board

ATank.1
Associate III

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

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
SofLit
ST Employee

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 on "Accept as Solution" on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
SofLit
ST Employee

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 on "Accept as Solution" on the reply which solved your issue or answered your question.

Hi @SofLit 

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

Regards,

Anuj