【FreeRTOS】 systick 相关配置

systick 属性配置

  在文件 <port.c> 中函数 void vPortSetupTimerInterrupt( void ) 中配置计数周期、时钟源选择、异常请求使能、计数器使能

 systick 中断配置

  在文件 <port.c> 中函数 BaseType_t xPortStartScheduler( void ) 中配置中断优先级

posted @ 2018-07-16 11:02  壹点灵异  阅读(1259)  评论(0编辑  收藏  举报