Hi All,
We have a project that origionally was intended for the MSP430f5438A, this project has been converted to a new target MCU, the MSP430F5359.
When we want to load in the project using Code Composer 5.5 we get the following error:
MSP430: Error connecting to the target: The target setup (MSP430F5438A) does not match the actual target type (MSP430F5359).
We have changed the MCU under project properties->general->variants to the right MCU but when loading the program it gives the mentioned error. When we press ignore it continues to load. We have tried removing and adding the project to the used workspace and also tried a new workspace (this helped in the passed with a diffrent MCU), but the result is the same.
Is there a step or action that we are missing? We have looked on the forum but to no result.