How to speed up the code execution on STM32H747 / Cortex-M4?
I'm programming one of the dual-core STM32s (the STM32H747IGT6) and running into a situation where the CM4 is much slower than I need it to be, and I'm trying to figure out why. I'm using this short piece of code as my test bed: __COMPILER_BA...