Other Parts Discussed in Thread: SYSBIOS, CC2640R2F
Tool/software: TI-RTOS
Running SDK 2.10, SBP OAD project (Simple BLE Peripheral, OAD), in RELEASE mode, the ROV Task info gets corrupted, after this code from main():
/* Start tasks of external images - Priority 5 */ ICall_createRemoteTasks(); #endif
Here is the corruption message from the ROV Task view:
Error: java.lang.Exception: Target memory read failed at address: 0x2000477c, length: 76 This read is at an INVALID address according to the application's section map. The application is likely either uninitialized or corrupt.
In particular, the curruption occurs after calling
ICall_createRemoteTasks ICall_createRemoteTasksAtRuntime
With Debug configuration, this corruption does not happen.