Quantcast
Channel: Forums - Recent Threads
Viewing all articles
Browse latest Browse all 262198

CCS v5 and SimpliciTI-CCS-1.1.1 not compiling

$
0
0

CCS v5 and SimpliciTI-CCS-1.1.1 not compiling 

Has any on got the following to compile 

Target CC430F5137

pre-define symbols 

__CC430F5137__
MRFI_CC430

***** AM I MISSING ANYTHING. 

note errors

from C:\Texas Instruments\SimpliciTI-CCS-1.1.1\Components\mrfi\radiosmrfi_f1f2.c

/* ------------------------------------------------------------------------------------------------
* Radio Abstraction
* ------------------------------------------------------------------------------------------------
*/

/* ----- Radio Family 1 ----- */
#if (defined MRFI_RADIO_FAMILY1)
#include "../family1/mrfi_spi.h"
#define MRFI_WRITE_REGISTER(x,y) mrfiSpiWriteReg( x, y )

/* ----- Radio Family 2 ----- */
#elif (defined MRFI_RADIO_FAMILY2)
#define MRFI_WRITE_REGISTER(x,y) st( x = y; )

/* unknown or missing radio family */
#else
#error "ERROR: Expected radio family not specified. Most likely a project issue."
#endif

****NOTE Family 5 is not supported????


Viewing all articles
Browse latest Browse all 262198

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>