Tool/software: Code Composer Studio
I want to export the program from one msp430 IC and then import it to another msp430 IC,can I use CCS to achieve that? Which option should I use?
Thank you!
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.
Tool/software: Code Composer Studio
I want to export the program from one msp430 IC and then import it to another msp430 IC,can I use CCS to achieve that? Which option should I use?
Thank you!
Hello,
You can use the Memory Browser view to save memory on the target to a file on your PC:
https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_debug-main.html#load-and-save-memory
Then you can use CCS or UniFlash to load/flash the file to another target.
Thanks
ki
user5940158 said:What is Memory Browser view?
Please see:
https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_debug-main.html#memory-browser-view
Thanks
ki