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.

[参考译文] LAUNCHTXL-CC1312R1:SCS中断

Guru**** 657500 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1099467/launchxl-cc1312r1-scs-interrupt

部件号:LAUNCHTXL-CC1312R1

你(们)好

我使用了计时器中断和按钮中断,并且使用FreeRTOS都能很好地工作。我在中断中使用的代码如下。

basetype_t xYieldRequired;

xYieldRequired = xTaskResumeFromISR(myTask2Handle);
portYIELD_FOR_ISR(xYieldRequired);

但是,当我使用 void scTaskAlertCallback(void) interupt时,我收到以下错误

有人能帮忙吗

此致

David