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.

Starting with SimpliciTI interfacing a MSP430F5529 to a CC1101EM. Interesting compile error.

Other Parts Discussed in Thread: CC1101, SIMPLICITI, MSP430F5529

I'm starting to work with the TI SimpliciTI sample code to interface a MSP430F5529 to a CC1101. I've installed SimpliciTI 1.1 and am trying to compile the sample code from:

C:\ti\msp430\SimpliciTI_CCS_1_1_1_5xx\Projects\Examples\EXP430F5529\Simple_Peer_to_Peer\CCS

I'm getting compile errors in the comment area with descriptions like "#56-D too many arguments in invocation of macro "_enable_interrupts" I'm sure this is just a compiler setting or other single issue that I have wrong, though I don't know where to start to look. Any help would be greatly appreciated! Screenshot below:

Using CCS  Version: 5.5.0.00077

Thanks,

-Rich

  • Just more information on my question above. I copy and pasted all of the functions (just the functions, no comments or other non-compiling text) from nwk_QMgmt.c into Notepad, made a new, empty, nwk_QMgmt.c, and copied the functions into it. This worked great to eliminate the problems I saw above. When I get out of crunch mode I'll compare the files byte by byte and see if I notice a difference that may have caused this.

    Not actually an answer, though it gets me up and running. More to come.
    -Rich