Part Number: CC2650MODA
Tool/software: Code Composer Studio
Hy everybody!
I have a strange BLE Stack issue. My project based on simple BLE peripheral, and over a year is quite complex. I use BLE STACK 2.2.1 and TI-RTOS 2.20.1.08. I used 5.2.6 compile tool for application, XDC 3.32.0.06_core xdc tools. The app in OAD config.
The problem details:
When I build the stack with Ti v16.9.9.LTS compiler and I build the app with 5.2.6 the app is working almost properly. But when I build the stack with 5.2.6 compiler the app is running a HWI spin exec handler. I debug a little bit with ROV. I figured out, the problem is in ICall_createRemoteTasks(), beacuse when I pause the execution, in the "TASKS" field in ROV, the ICall_createRemoteTasks() with priority 5 is running.
I think is not problem with any "normal" hwi exec, like null peripheral driver call, gpio missaligment, etc.
Do anybody meet this problem? Where can I start hte debugging? Any suggestion what cause this issue?
Thanks for answer.
Best regards,
Richard