Context Switching Methods / CMSIS-RTOSv2
Hello I'm developing RTOS environment of dual-core in STM32H757.Using the functions osThreadResume and osThreadSuspend now I'm programming the context swtiching.Recently, I found a good approach : context switching using the functions osEventFlagWa...