How to program option bytes from STM32H7xx of STM32F7xx bootloader
I am developing code on my PC that uses Serial Comms to interface to my STM32H7xx and STM32F7xx processors using the system bootloader on USART1.I have successfully loaded code on both processors into both bank 1 and bank 2 and can jump to and run th...