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.

CCS/LAUNCHXL-CC2640R2: CC2640R2 works only Debug

Part Number: LAUNCHXL-CC2640R2
Other Parts Discussed in Thread: CC2640R2F

Tool/software: Code Composer Studio

i'm using the cc2640r2f runing the "uartecho" example, i found it only works when runing debug;if i exit debug and press the "Reset "button,it does not work.

i flash the ".out" (use the Flash Programmer 2) to it,and then press the "Reset "button, it aways works nomal.


Did I miss something?

how to make it run normal after exit debug and reset ?

Thanks!

LN

  • I did the following: I opened the uartech example in CCS and pressed the debug button. The program is then flashed to the CC2640R2 launchpad I use. I opened a putty window and if I press a key that key will be shown in the window. I then pressed the stop button to end debugging and pressed the reset button on the LP. If I press a key this will still be echoed on the terminal.

    Please outline how you test.
  • resloved:select KEEP CCFG.

    Thanks!

    LN