These are my projects for the STM32H747 discovery board
Tom Trebisky 12-20-2023 1-12-2024
The board has stlink v3 built in, so you can get going with just a USB cable (which also powers the board). Stlink v3 also gives you a serial console as a bonus, so no need for multiple cables and gadgets. Pretty nice.
My projects:
- first - learn how to use openocd and examine flash (no code)
- debug - simple experiments with openocd and my code
- blink - what else?
- serial - something like hello world maybe.
- printf - add printf and a random number hardware driver