Other Parts Discussed in Thread: MSP-EXP430F5529LP, , TRF7970A, MSP-EXP430G2ET, TRF7960
Hi all,
Just about to kick start a project where we need to read and write data to memory blocks in a RFID. We just want to clarify a few items before we go too far.
A few notes
- We are using the TI NFC Tool.sln .net project a starting point.
- We are using the DLP-7970ABP & MSP-EXP430F5529LP for evaluation purposes
- We are using this document https://www.ti.com/lit/ug/slou452/slou452.pdf?ts=1657551258228&ref_url=https%253A%252F%252Fwww.ti.com%252Ftool%252FDLP-7970ABP s a guide to what we need to do
- We have setup as per the document and have comms going
Some questions
- In general, if we want to modify the existing code to read and write from certain memory locations on the RFID how do we do this? Do we just modify the .net solution or do we also have to also modify the software running on the TI chip?
- As best I can tell you communicate over a COM port. How do you access the memory locations of the RFID in this way?
Thanks in advance