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.

RTOS/CC2650MODA: Crash upgrading to BLE 4.2 stack

Part Number: CC2650MODA
Other Parts Discussed in Thread: SYSBIOS

Tool/software: TI-RTOS

We are developing a product using the CC2650moda module.

From the beginning we we're just testing it out and used the BLE 4.1 stack, or simplelink 2.01.00 and tirtos 2.13.00. There we started from the SPP BLE server example and built our project. And it was working pretty good.

Now though we have been made aware that we need to use BLE 4.2 in order for the certification on the stack to be valid, we are thus trying to migrate to simplelink sdk 2.02.02.25 and tirtos 2.21.01.08

Moving over the source files to the networkprocessor example as we have not found any example for the SPP ble server on 4.2, the tasks are set up, the defines changed to allow more tasks and similar.

The project starts up but does not run for long before failing completely. Doing a scan under BIOS in ROV reveals this:

,ti.sysbios.family.arm.m3.Hwi,Module,N/A,exception,An exception has occurred!
,ti.sysbios.knl.Queue,Basic,ti.sysbios.knl.Queue@20002a14,N/A,Caught exception in view init code: "C:/ti/xdctools_3_32_00_06_core/packages/xdc/rov/StructureDecoder.xs", line 518: java.lang.Exception: Target memory read failed at address: 0xbebebebe, length: 8This read is at an INVALID address according to the application's section map. The application is likely either uninitialized or corrupt.
,ti.sysbios.knl.Queue,Basic,ti.sysbios.knl.Queue@20002a30,N/A,Caught exception in view init code: "C:/ti/xdctools_3_32_00_06_core/packages/xdc/rov/StructureDecoder.xs", line 518: java.lang.Exception: Target memory read failed at address: 0xbebebebe, length: 8This read is at an INVALID address according to the application's section map. The application is likely either uninitialized or corrupt.
,ti.sysbios.knl.Semaphore,Basic,(0x20002a08),timeout,Problem scanning pending Clock 0x1001ca01: JavaException: java.lang.Exception: Target memory read failed at address: 0x1001ca01, length: 32This read is at an INVALID address according to the application's section map. The application is likely either uninitialized or corrupt.
,ti.sysbios.knl.Semaphore,Basic,(0x20002a24),timeout,Problem scanning pending Clock 0x1001ca01: JavaException: java.lang.Exception: Target memory read failed at address: 0x1001ca01, length: 32This read is at an INVALID address according to the application's section map. The application is likely either uninitialized or corrupt.