我为一个项目使用FreeRTOS,我试图使用gdb和JLinkGDBServer进行调试。 我的问题是,当我停止执行,并做了回溯我只是得到线的行之后: #192 0x08005a88 in pxPortInitialiseStack (pxTopOfStack=0xa5a5a5a5, pxCode=0xa5a5a5a5,
pvParameters=0xa5a5a5a5)
at
我正在使用ARM Cortex-M4微控制器与FreeRTOS开发应用程序。 对于确切的时间,我想使用基于中断的定时器。中断具有适当的优先级,所以它应该能够调用FreeRTOS API。该ISR定期调用并且应该唤醒一个任务,在给定的代码:正确执行 /* This function is executed by the task I'd like to resume */
void hello_t
我必须使用CC3200项目上的数学库的一些功能。该项目必须使用freertos,而IDE是CCS。有了这种结合,编译器显示这些警告: /ymath.h", line 550: warning #225-D: function "_ftoi" declared implicitly
/ymath.h", line 592: warning #225-D: function "_hi" declar