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.

DLP-7970ABP: TRF7970ABP_RFID_Reader_Demo - Port to launchpad

Part Number: DLP-7970ABP
Other Parts Discussed in Thread: MSP430F5529

Hi guys,

Has anyone successfully port the TRF7970ABP_RFID_Reader_Demo to run on the launch pad with the MSP430F5529 (https://www.ti.com/tool/MSP-EXP430F5529LP)

When I retarget this demo project in code composer to MSP430F5529, I start getting errors in mcu.c, spi.c and uart.c

I can remove uart.c as I don't need that functionality but not sure on spi ones as these are tightly coupled with the main trf7970.h / .c files.

In spi.c I get these errors

line 139

while (!(IFG2 & UCB0TXIFG));

line 295

P1SEL2 |= BIT5 + BIT6 + BIT7; // P1.5,1.6,1.7 UCBOCLK,UCB0SIMO,UCB0SOMI, option select

in mcu.c

get errors in MCU_initClock. 

If I do rectify the errors will the IO pins still map eg will chip select map correctly on the launch pad to the DLP 7970-ABP?