Other Parts Discussed in Thread: MSP-EXP430F5529LP,
I'm using the TRF7970A DLP (v4.7) with a MSP-EXP430F5529LP DevKit, and I'm running the "F5529LP_TRF7970A_ALL_NFC_MODES" example. I would like to disable the NFC operation for short stints to reduce power consumption until an event occurs, and then start the NFC back up. I've been looking at the example code for a while, so I'm pretty familiar with the state machines, but I cannot for the life of me figure out how to get an "NFC_DISABLED" state return from the "NFC_run()" function in nfc_controller.c. Any idea on what the sequence would be to re-enable the NFC after calling "NFC_disable()"? Also, where would I need to put all of this so it plays nicely with the existing state machines? I'm presently calling "NFC_disable()" from t5t_app.c.