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.

SYS/BIOS based capacitive touch sensing example occurs an error.

Other Parts Discussed in Thread: SYSBIOS, MSP430F5529

Hi, all

- I have MSP-EXP430F5529. (PCB color : White)

- I try to run CTS_SYSBIOS_01 example using CCS V5.4.x.

- I found problem during the build process. (See attached image)

 

How do I solve this problem?

The above error is not issued in CCS v5.2.x.

However, Higher version occurs an error.

 

How do I migration this example?

  • Error has been resolved following way.

    Step 1. Install SYS/BIOS v6.37.1.24 (Lastest Release)

    Step 2. Install XDCtools v3.25.5.94 (Lastest Release)

    Step 3. Install MSP430 CGT v4.2.3 (Lastest Release)

    Step 4. Change output format type to 'eabi(ELF)' from 'legacy COFF' at 'CTS_SYSBIOS_01' example's properties 'Main' tab.

    Step 5. Change compiler version to 'TI v4.2.3' at 'CTS_SYSBIOS_01' example's properties 'Main' tab.

    Step 6. Change SYS/BIOS & XDCtools version to lastest release at 'CTS_SYSBIOS_01' example's properties 'Main' tab..

    Step 7. Change 'Target:' contents to 'ti.targets.msp430.elf.MSP430X'.

    Step 8. Replace linker command file (Use 'lnk_msp430f5529.cmd' in SYS/BIOS's typical project templete.)

  • Glad to see this was resolved.