Timing of Hardware Semaphore
We're using a STM32H747IGT6 and using hardware semaphores to coordinate between the two cores.On the CM4 I've set up TIMER3 to run at full blast: LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_TIM3); LL_TIM_SetPrescaler(TIM3, 0); // Count at sy...