Other Parts Discussed in Thread: CC2640
Hi All,
I am using the simpleBLEPeripheral project provided by TI with the simplelink package. I am using a CC2640 and customizing the project to fit my own needs.
As of right now I am not able to get beyond BIOS_start();
When I step through the disassembly I get stuck in an infinite loop on these two instructions:
1001bbd6: 2A00 cmp r2, #0
1001bbd8: D0FD beq #0x1001bbd6
I get the following information prompted to me:
No source available for "ti_sysbios_hal_Hwi_HwiProxy_Object__delete__S__mangled__() at C:/Users\dava802\Documents\Projects\GTRI\trunk\WL\WL_eTag\SimpleBLEPeripheral\CC26xx\CCS\SimpleBLEPeripheral\FlashROM\SimpleBLEPeripheral.out:{3} 0x1001bbd8{4}"
It never makes it to the SimpleBLEPeripheral_init(void) function before getting stuck in the above shown infinite loop. I am at a loss at what to look at next.
Any help or suggestions would be much appreciated.
Thanks in advance!