Loading...
 
Skip to main content

System Workbench for STM32


SW4STM32 and std::thread

std::thread is more of a STL thing. That comes from libc++ and boost etc.

But you have two threading options here: CMSIS(osThreadCreate) and FreeRTOS(xTaskCreate)

"Can SW4STM32 generate a multithreading code without OS?" - this will be your CMSIS option