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.
To meet our products physical size constraints, we implemented the Hardware design from the TRF7970AEVM (MSP430F2370 and TRF7970A NFC IC) including the card sniffer items into our product instead of the newer DLP EVM design. We do not have the older EVM since it’s no-longer available.
We loaded the sloa184 code into our hardware, and found it to be unstable, and we could not read our ISO15693 tags properly. This code did appear to be performing the low power operation since we observed sleep wake cycles and RF activity that matched the sloa184 application note. We need the low power operation stated in the sloa184 app note to meet our product requirements.
We found the sloc297c.zip code which address many of the issues with the sloa184 code, and ported it from the MSP430G2553 that it was configure for, to our MSP430F2370 micro, and are able to read tags properly. This code does not appear to have the low power operation that the sloa184 code had.
What is the best strategy to get low power operation working with the sloc297c code base?