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.

Software EVM430-F6779

Other Parts Discussed in Thread: MSP430F6779A, EVM430-F6779, MSP430F67791A, MSP430F6779, MSP430F6749

 I have a problem with the EVM430-F6779 software. On the circuit board a MSP430F6779A is stocked. I want to use the software TIDMTHDREADING-1.0. This is written for the MSP430F67791A. How can I change the program for the MSP430F6779A in the IAR? Is that possible?

Regards

Sven

  • Hi Sven,

      You can change the device in the project properties.

    Hopefully this helps.

      David

  • Hello,

    thanks for your answer. When i change the MSP in the 6779A type, the IAR compiler send errors. Change to 6779 type is ok, but not 6779A type. The 6779A type is not listed in the header files. What can i do?

    Regards

    Sven

  • Hi Sven,

    Which version of IAR are you using?? I'll try to replicate this issue.

    Thanks,

    David
  • Hi David,

    here are some infos about my IAR.

    IAR Assembler for MSP430
      6.50.1 (6.50.1.967)
      C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.4\430\bin\a430.exe
      22/Jun/2016 12:14:30, 1026048 bytes
     
    MSP430 C/C++ Parser v4.3.1
      v4.3.1 (4.3.1.0)
      C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.4\430\bin\acp430.exe
      11/Apr/2016 09:14:12, 2728448 bytes
     
    MSP430 C/C++ Parser v4.3.1
      v4.3.1 (4.3.1.0)
      C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.4\430\bin\acpia430.exe
      11/Apr/2016 09:14:12, 2753536 bytes
     
    IAR C/C++ Compiler for MSP430
      6.50.1 (6.50.1.967)
      C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.4\430\bin\icc430.exe
      22/Jun/2016 12:15:14, 17934336 bytes
     
    IAR C-STAT Checks Manifest Handler
      1.3.3.246 (1.3.3.246)
      C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.4\430\bin\ichecks.exe
      02/Jun/2016 15:59:36, 673280 bytes
     
    IAR C-STAT Command Line Interface
      1.3.3.246 (1.3.3.246)
      C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.4\430\bin\icstat.exe
      02/Jun/2016 15:59:44, 858112 bytes
     
    IAR C-STAT Report Generator
      1.3.3.246 (1.3.3.246)
      C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.4\430\bin\ireport.exe
      02/Jun/2016 16:00:06, 1259008 bytes
     
    MSP430 C/C++ Compiler v4.3.1
      v4.3.1 (4.3.1.0)
      C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.4\430\bin\ulp430.exe
      11/Apr/2016 09:14:12, 1517568 bytes

    Thanks

    Sven

  • Hi Sven,

     In order to make this work, you will need to update 3 files:

    ..\TIDesignsProjects\TIDMTHDREADING-1.0\Source\emeter-app\emeter-main.c

    Line 719:

    #elif defined(__MSP430F6749__)  ||  defined(__MSP430F6779__) || \

                      defined(__MSP430F6779A__)

    ..\TIDesignsProjects\TIDMTHDREADING-1.0\Source\emeter-toolkit\include\io.h

    Line  388:

    #elif defined(__MSP430F6779A__)

    #define __MSP430_6779A__

    ..\TIDesignsProjects\TIDMTHDREADING-1.0\Source\emeter-toolkit\include\msp430_info_mem.h

    Line 13:

    #if  defined(__MSP430F67791A__) \

       || defined(__MSP430F6779A__)

     Best regards,

       David

  • Hello David,

    it works fine. Thanks.

    Regards

    Sven

**Attention** This is a public forum