STM32CubeMx(STM32F4 +FreeRTOS+CMSIS-RTOS)之线程(thread)建立

一.CMISIS-RTOS中thread相关API概览html     模块 宏定义 描述 线程定义 osThreadDef 定义一个线程 osThread 访问一个线程定义   模块 API 描述 线程管理:函数 定义,建立和控制线程oop osThreadCreate 开始执行一个线程 osThreadTerminate 中止线程的运行 osThreadYield 运行处于就绪态的线程 osT
相关文章
相关标签/搜索