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
Hi.
I am a CCS beginner and I am currently using RF430FRL152HEVM. I am using MSP-EXP430G2ET and TRF7970A BOOSTERPACK as development kit. And the emulator is using MSP-FET.
I am trying to code RF430FRL152HEVM with CCS and I get the following error.
So I tried to load the code into the RF430FRL152HEVM with Uniflash using the .out file and .ccxml file that I have debugged, but the following error occurs.
To solve this problem, I think I need to change some settings of CCS. I would appreciate your attention.
The issue seems to be that the path to the target configuration file (.ccxml) and .out file contains non-ascii characters. Could you try creating the project and target configuration file inside a simple directory that does not contain any special characters and see if that helps?