Posted on July 07, 2018 at 10:37
Hi everyone,
I've been using the STM32H7 Nucleo board (STM32H743ZI) for a project I'm working on. I'm using plain CMSIS (no HAL solutions please ) and I'm having a bit of trouble setting the clock settings to u...
Posted on July 10, 2018 at 05:05The problem with a working HAL example is its so abstracted there is no easy way to access register set instructions. The best I've got is debugging and copying the RCC values down and duplicating those in my code (wh...