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.
Hello,
I need an Appnote for TR7979A with Reader/Writer Mode, Peer-to-Peer (P2P) Mode and NFC Card Emulation Mode
Is there any Appnote available for the TR7979A module with MSP430F5529?
Hi Suchandan,
The only application report I'm aware of regarding the TRF970A and the MSP430 Family of MCUs is TRF7970A + MSP430G2xx NFC/RFID Module Reference Design. While this document references the MSP430G2xx family, it is still very applicable to the MSP430F5529.
Best regards,
Caleb Overbay
Hello Caleb,
Thanks for the information.
So if i use the Application Note of MSP430G2xx for MSP430F5529, do i need to modify the code base for MSP430F5529?
If yes, can you please give an overview what changes are required.
Best Regards,
Suchandan
Hi Suchandan,
There is quite a lot that needs to change in all three projects and it's not very trivial. Additionally a full explanation of the changes necessary would take a significant amount of time to compile.
I recommend you create three new CCS projects for the MSP430F5529 and add the appropriate source code to each project. From here you can compile the code and any errors will show the obvious changes that need to be made (there may be a lot). After that, I would go through each file individually and to understand what peripherals were being used on the MSP430G2553 and then see if the same peripheral is available on the MSP430F5529.
The most difficult changes to make are going to be the serial communication code because the MSP430F5529 uses a different interrupt scheme when compared to the MSP430G2553. The next most difficult will be the pin assignments. You'll need to ensure all the appropriate pins are being used for your specific setup. This includes serial communication pins as well as GPIO pins. Try this out and let me know if you have any questions along the way.
Best regards,
Caleb Overbay
Hello Caleb,
Thank you for the overview.
Seems like MSP430G2553 Appnote porting is a big job.
Can you or someone from TI please port the APPNOTE for MSP430F5529.
It will be very helpful.
BR,
Suchandan
Hello Caleb,
Sorry to inform you that, I can not put my effort on porting.
So can you please provide the Appnote for this board.
BR,
Suchandan
**Attention** This is a public forum