STM32H745 CM4 FreeRTOS scheduler takes a long time getting started
I'm using STM32H745. Both cores run FreeRTOS 10.2.1. Timebase for CM4 is TIM6, and CM7 is TIM7. For some reason, on CM4, from the time osKernelStart() is called in main() until StartDefaultTask starts to run is about 5 seconds ( i turn an LED on just before osKernelStart() and it's turned off first thing in StartDefaultTask) . The only reason i can think of is that the timebase/tick interrupt don't get going for that amount of time. Other than this startup behavior, CM4 multi tasking seems to be fine. Has anyone seen this?
