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.

PROCESSOR-SDK-J7200: J7200_DRA821 ADC example crashes

Part Number: PROCESSOR-SDK-J7200

I am able to build the MCUSW folder and also follow the instruction to configure CCS and load the JS file.

Then load the ADC example program from mcusw/binary/adc_app/bin/j7200_evm/adc_app_mcu1_0_release.xer5f

Before I hit run button, the program seems loading fine. But after I hit the run button, it seem crash and please refer to the second picture.

By step run via debugger, it seems it crashes inside Board_sysInit function and somewhere in the rm init (function  status = Sciclient_boardCfgRm(&pCfgPrms->inRmPrms);)

Could you give me some advice regarding ?