Other Parts Discussed in Thread: MSP430F5342, MSP-TS430RGZ48B
We have a project from an old version of CCS (project transfer) that I am trying to run.
The microcontroller is: MSP430F5342
The previous engineer is giving me the following steps to perform to run it this way.
Keep in mind this steps from tutorial:
1-Download same Code Composer Studio version (Version: 7.4.0.00015 Release date: 12 Dec 2017)
Version: 7.4.0.00015
Release date: 12 Dec 2017
https://www.ti.com/tool/download/CCSTUDIO/7.4.0.00015
2-Open "Code Composer Studio 7.4.0" and create a new project folder (Project name: VPplusV01)
3-Close "Code Composer Studio 7.4.0" and replace created project folder by the project folder we sent you (same name and same path)
4-Open "Code Composer Studio 7.4.0" and compile (project--> build)
Program (debuging) device:
- Conect MSPFET programmer and cable
- Connect JTAG interface to probe
- Keep Pressing ON button all time while firmware is programming
- Press debug icon
- If this Windows shows, click proceed
- If programmer is ok you should see something like this
what I am instead getting is the following
There are 2 errors.
one is about the wrong complier and the other about an include problem
Ive reinstalled CCS a few times without any luck.
The Debugger is an MSP FET made via JTAG
I do have a MSP-TS430RGZ48B dev kit and am able to run example and create new projects on this without problems.
Any help is appreciated