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.

CC2650: how can I start bootLoader without using reset button?

Part Number: CC2650
Other Parts Discussed in Thread: CC2538, ,

Hello, recently we are making a contiki learning platform in LinuxOS. On this platform, students only need to write application code. After submission, we hope that the system will automatically complete the compilation and programming process.

Currently we use TI CC13xx / CC2538 / CC26xx Serial Boot Loader for programming (https://github.com/msolters/contiki/tree/master/examples/cc26xx-cc13xx-ota-bootloader),

but it seems that we must hold down the user selection key and reset button to work.

Is there any way to program the new application without pressing these physical keys?

Just like SmartRF Flash Programmer2 in Windows? 

Thank you so much.