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/LAUNCHXL-CC2640R2: exception/assert doesn't call handler function

Part Number: LAUNCHXL-CC2640R2

Tool/software: Code Composer Studio

Hi,

I'm using simplelink_cc2640r2_sdk_1_30_00_25 & CCS 7.1 and I'm trying to use assert and exception handler (I would like to test that they don't exist in my code in different usage scenarios). I am using simple peripheral (split stack/app configuration) and followed "Using TI-RTOS and ROV to Parse Exceptions"

But I can't get the exception function to be called. I changed "Startup\ccfg_app_ble" accordingly.

same goes for using the assert as described in 

 and then malloc a large buffer doesn't end up in the assert handler. 

What am I doing wrong?

Thanks,

Amir