Hi,
I'm currently developping an application on the CC2640F128 with ble stack v2_00_00_42893 and TIRTOS 2.11.1.09.
I want to update my ble stack to v2_01_00_44423 and my TIRTOS to 2.14.3.28 which is the latest and i have some trouble with it.
Of course I had to go through the "erase the ProjectCOnfig/src" folder because of the xdc problem and to update the functions that changed since.
Now I have the problem that when the BIOS is started the firmware seems to not start the tasks. Furthermore, when I debug the only infor I have is ""0x1001BBD6 (no symbols are defined for 0x1001BBD6) and the code keeps executing the instruction at the address and the following one.
My target configuration hasn't changed and is the following: http://pastebin.com/2a40JsLZ
EDIT: I undertood that my problem is that my code is stuck in the exception handler of the TI-RTOS.
The problem is from the IBUSERR flag which is raised. Problem is I don't know why because it seems to be raised by the ICall task. When I give the task more stack size, the error still remain.
Do you have any idea of where the problem might come from ?
Regards.
Julien