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.

CCS/CC1352P: EBYTE E79 RF issue

Part Number: CC1352P
Other Parts Discussed in Thread: SYSBIOS

Tool/software: Code Composer Studio

Hi. I am trying to develop a custom IoT lamp controller based on EBYTE E79-400DM2005S. I've successfully run pwmled2 example with TI-RTOS on the board, but project's containing RF module just hangs (rfCarrierWave and zr_light).

I've received the following exceptions in console:

Cortex_M4_0: Error: (Error -1170 @ 0x0) Unable to access the DAP. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 9.1.0.00001) 
Cortex_M4_0: Trouble Halting Target CPU: (Error -2064 @ 0x0) Unable to read device status. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 9.1.0.00001) 

I've tried to debug where it hangs and found 2 places, where seems it hangs: `macRadioPowerUpWait` and `ti_sysbios_family_arm_m3_Hwi_interruptsAreDisabledButShouldNotBe`. But I don't really understand how to catch the right error. Is there a way to understand what hangs?