Resolved! STM32H7 dual core: FreeRTOS & Timer selection for each core
Hello, I am using STM32H7 dual core series. Currently I am planning to enable FreeRTOS in M4 core and let M7 core run in regular fashion. As FreeRTOS uses SysTick, I have given M4 core on of the controller timer. Is there any need to also give M7 cor...