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/CC2640: errors related to the BIOS in the ROV

Part Number: CC2640

Tool/software: Code Composer Studio

Hi,

I'm working on BLE application for cc2640 target.

I'm able to build the app successfully. We could open CCS debug window and app binary is successfully loaded into target via JTAG cable through XDS110 debug probe. 

But  the board is not advertising . and I'm having some errors related to the BIOS  in the ROV(as shown below).

Error: Problem scanning pend Queue: JavaException: java.lang.Exception: Target memory read failed at address: 0xbebebebe, length: 8This read is at an INVALID address according to the application's section map. The application is likely either uninitialized or corrupt.

Error: Problem fetching Task stack: Error: fetchArray called with length 0.

and there are 5 Tasks in the application.In the ROV  I can able to see only 2  tasks. and the remaining tasks are not created in task section of ROV (as shown below).

Please help me to solve these issues.