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.

Using the evm-6779 code but using a msp430f6776... how to reconfigure?

Other Parts Discussed in Thread: MSP430F6776, MSP430F6779

Hi all.

I have an evm 6779 and have built a similar circuit using the msp430f6776. How do I reconfigure the code to recognise this? I have used the same code but I am just toggling Port 7 and nothing is happening within the circuit, but the pins are toggling on the IDE. This makes me think it is because the firmware still recognises the MCU as a F6779 and is not working as expected.

Any help would be great!

  • Hi Jack,

    You can change the target device in the project properties menu in CCS. In the project explorer on the left hand side, right click the project name, and select Properties. In the General section, in the Main tab, you can change the variant to MSP430f6776.

    Mike
  • Hi Mike,

    Thanks for the reply!

    I have done that, however the MSP430F6779 device in defined somewhere in the code (once or more) and this needs to be undefined and the new MSP device defined so that the relevant header file can be used.

    I think that is the jist of it. I am have problems with this stage. Correct me if I am wrong.

    JSwale

**Attention** This is a public forum