Hi,
I am using cc2640 5mm x5mm package, with CCS(code composer studio) and TI sample project "Simple BLE Peripheral", debugger XDS110.
Currently I cannot run my code in release mode, I can only run it in debug mode. I mean I must run it with debugger attached to PC, I must run it by clicking the "start debugging" button(looks like a green triangle). Otherwise my program does not work.
What I want is that after flashing the program in cc2640, then run it without debugger. And I expect that each time after power on reset, it always runs from beginning. But now each time after power on reset, it does not run.
Does anyone knows how? Thank you.