real-time-cpp icon indicating copy to clipboard operation
real-time-cpp copied to clipboard

target stm32h7a3 not clocking fast enough

Open ckormanyos opened this issue 3 years ago • 1 comments

As mentioned in #283, the PLL is not properly set up for target stm32h7a3.

ckormanyos avatar Aug 17 '22 20:08 ckormanyos

The purpose of this issue is to get the stm32h7a3 nucleo board running at full 280 MHz.

ckormanyos avatar Aug 17 '22 20:08 ckormanyos

Draft is cycling in #317. This is based partially on the excellent bare-metal initialization of Blinky_Nucleo_H7A3 from @chalandi (many thanks Amine).

ckormanyos avatar Nov 25 '22 20:11 ckormanyos

Some work still needs to be done on the C++ metal implementation of D/I cache, as these simply use the C implementation at the moment.

ckormanyos avatar Nov 25 '22 20:11 ckormanyos

work still needs to be done on the C++ metal implementation of D/I cache

But I'll leave D/I-cache implementation in the current C-style and maybe pick up the full C++-ification in the future.

ckormanyos avatar Nov 25 '22 21:11 ckormanyos