只生成了rti.h文件,没生成rti.c文件


This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
就是简单的新建了一个带FREERTOS的项目,没有生成rti.c文件。
HCG->new project->TMS570LS1224PGE_FREERTOS->Generate Code
我需要使用看门狗,但是现在找不到rti.c文件
您现在是必须使用FREERTOS吗?我试了一下,在TMS570LS1224PGE_FREERTOS不能enable RTI driver. 不带FREERTOS的是可以的

请您查看
https://e2e.ti.com/support/microcontrollers/hercules-safety-microcontrollers-group/hercules/f/hercules-safety-microcontrollers-forum/939572/ccs-tms570ls0714-rti-delay-in-free-rtos/3470971#3470971
freeRTOS has its predefined timer using RTI compare 0.
You can add other RTI compares to prvSetupTimerInterrupt() function manually.
RTI配置在os_port.c中的prvSetupTimerInterrupt(void)函数中