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.

CC2630: IAR调试HomeAutoation SampleDoorLock例程Hardfault

Part Number: CC2630


使用IAR调试HomeAutoation SampleDoorLock例程,想在task中使用sensor controller读取传感器数值。

scif初始化代码部分出现Hardfault,具体位置在scifInit(&scifDriverSetup);中的osalEnableCtrlReadyInt();

sensor controller的任务在空的IAR项目上能够正确读取数值,但是移植sample里出现Hardfault

请问问题可能出在哪?