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.

CCS/MSP-EXP430F5529LP: 2 questions about USB and msp430f5529LP

Guru 18435 points
Part Number: MSP-EXP430F5529LP
Other Parts Discussed in Thread: SYSBIOS, MSP430F5529

Tool/software: Code Composer Studio

Dear all,

I started a small project with USB and I am using the msp430f5529LP as a prototype platform. I have checked several examples and docs and I think I am on the right track.

However, I have 2 questions.

  1. Some of the examples, for example C3_EchoToHost work, but the first connection to my CuteCom or MoSerial software (on Linux) are very slow. After running them, I have to wait about 30 seconds to open the port, otherwise it tells me it is busy :) Is this something common? Is this because of slow enumeration?
  2. On the other hand, I am trying to build the Sysbios example, CHM2_tasks. However, while other example can be built, this one crashed. I guess I have the wrong "XDC products" installed, although I tried several ones. Currently, I have SYSBIOS 6.46.6.00 and 6.46.0.23. Both give me this error:

**** Build of configuration Debug for project CHM2_tasks ****

/home/kaz/ti/ccs930/ccs/utils/bin/gmake -k -j 8 all -O
 
Building file: "../task.cfg"
Invoking: XDCtools
"/home/kaz/ti/ccs930/xdctools_3_60_02_34_core/xs" --xdcpath="/home/kaz/ti/bios_6_46_00_23/packages;" xdc.tools.configuro -o configPkg -t ti.targets.msp430.elf.MSP430X -p ti.platforms.msp430:MSP430F5529 -r release -c "/home/kaz/ti/ccs930/ccs/tools/compiler/ti-cgt-msp430_18.12.5.LTS" "../task.cfg"
making package.mak (because of .xdcenv.mak) ...
configuring task.xe430X from package/cfg/task_pe430X.cfg ...
subdir_rules.mk:17: recipe for target 'build-932212207-inproc' failed
error: xdc.cfg.Program: "/home/kaz/ti/ccs930/xdctools_3_60_02_34_core/packages/xdc/cfg/Program.xs", line 71: xdc.cfg.Program : The package 'ti.sysbios.family.msp430' is not compatible with XDCtools used in this build. Please either use XDCtools compatible with that package, or update the product containing that package, or rebuild the package with XDCtools 3.50 or later.
js: "/home/kaz/ti/ccs930/xdctools_3_60_02_34_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!
gmake: *** [package.mak:205: package/cfg/task_pe430X.xdl] Error 1
js: "/home/kaz/ti/ccs930/xdctools_3_60_02_34_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake[1]: *** [build-932212207-inproc] Error 1
gmake: *** [build-932212207] Error 2
subdir_rules.mk:14: recipe for target 'build-932212207' failed
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

Curious to know any suggestions and/or thoughts.

**Attention** This is a public forum