Other Parts Discussed in Thread: BLE-STACK, CC2640
Tool/software: Code Composer Studio
The platform is a custom design with CC2640R2F. The program is simple_peripheral.
At line 554 in icall.c
task = Task_create(ICall_taskEntry, ¶ms, NULL);
ROV stops to show tasks and reports
Received exception from ROV server:
Target memory read failed at address: 0x20001f38, length: 76
This read is at an INVALID address according to the application's section map. The application is either unitialized or corrupt.
The program works as expected and memory browser doesn't show anything out of the ordinary at 0x20001f38. What can be the reason for ROV server's exception and how do I go about fixing it?