2021-05-15 02:04 AM
2021-05-15 09:27 AM
All STM32H7 chips will have a similar layout. See the schematics available for the H743 nucleo, for example.
https://www.st.com/resource/en/schematic_pack/mb1364-h743zi-c01_schematic.pdf
2021-05-15 09:27 AM
All STM32H7 chips will have a similar layout. See the schematics available for the H743 nucleo, for example.
https://www.st.com/resource/en/schematic_pack/mb1364-h743zi-c01_schematic.pdf
2021-05-15 10:17 AM
If you are looking for examples look for IAP (In Application Programming) examples on STs Website. There are several examples for other MCUs using Serial communication. You can easily adapt them for your MCU. I used them to make update over SD-Card and USB.
2021-05-17 06:31 PM
Hi Osto,
Thanks for the suggestion. I will have a look at the IAP examples.
2021-05-17 06:33 PM
Hi TDK,
Thanks for pointing that out.