Part Number: CC2640
Other Parts Discussed in Thread: CC2538
When I send a reset command to the CC2640 bootloader (0x25) I just end up back in the bootloader....
Does that mean that you must disable the bootloader from the bootloader to get to the app?
The Tech ref is confusing:
The COMMAND_RESET command tells the bootloader to perform a system reset. Use this command
after downloading a new flash image to the CC26x0 and CC13x0 devices to cause the new application to
start from a reset. The normal boot sequence occurs and the flash image runs as if from a hardware reset.
But then it says: "Also, use this command to reset the bootloader"
So what is the deal here? It seems like a poor idea to force disabling of the bootloader via programming to get to the app since that would require the app to be programmed with the bootloader disabled and you would have to rely on the the app reenabling it. If it failed you could get stuck.