2024-10-21 06:10 AM - last edited on 2024-10-21 08:52 AM by SofLit
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
Solved! Go to Solution.
2024-10-21 06:25 AM
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:
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:
2024-10-21 06:25 AM
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:
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:
2024-10-21 06:47 AM