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.

RE: CC2652R7: Simple Peripheral Debug Mode

Other Parts Discussed in Thread: CC2652R7

Hi,

We have taken Simple_Peripheral as base project and on top of that we have added our source files.

We are getting some stange issue with configurations. We are able to run the code in Release mode and when we connect in debug mode through i-Jet debugger it is running and always hitting the exit + 0x07.

is that some thing we need to take care in debug mode interns of  settings or some changes required in below mentioned files like,

     1.ble_debug.xscfg

    2. simple_peripheral.syscfg

    3. simple_peripheral_app.cfg

    4. simple_peripheral.icf

Any other files we need to modify to make it work in debug mode.

Regards,

Srinivas.V

  

  • Hi Srinivas,

    Could you send a screenshot of the error.

    Have you tested using a launchpad or using a different debugger such as the xds110

    Kind Regards,

    Rogelio

  • Hi Rogelio,

    Thanks for your reply.

    I am using the I-jet Debugger. i have attached the error screen shots, which place we are getting the error also i have added here.

    Here in while condition both conditions are matching but the execution is not going inside and calling the function mfcReadBlock()

    After executing the above function execution is hanging and in call stack it is showing the error as below screen shots.

    But MFCreadBlocks function is not calling from interrupt vector function , but in call stack it showing as __vector_table = 0 reference.

    Regards,

    Srinivas.V

  • Hi Rogelio,

    One more observation in the CC2652R7 Porting build is in debug mode we are unable to see the TI_RTOS Tab option as well.For that we need to enable or add any specific files to the project. 

    Please let me know what is the exact root cause for this.

    Regards,

    Srinivas.V