Other Parts Discussed in Thread: MSP-FET
Tool/software:
Hello,
I have an application where I would like to update a low power electrochromic e-paper 7 segment display with the GPIOs on the RF430FRL152H when appropriate NFC Type V commands are sent to the device from a host smartphone. I had success creating custom commands using the patch table and programming that over the air. However, I have a need to do delays for timing when interfacing with the display and using __delay_cycles would consume too much of my very limited power budget while also driving a GPIO to turn on a segment of the display. I'm also not sure if the custom commands called by the RF stack are running in an ISR context and such delays would be a bad idea? I would like to be able to use Timer A0 to put the CPU in LPM3 while delaying to minimize power consumption. It's not clear to me if that is possible to do when using patched commands or if I would have to create my own custom main() function. If I had to create my own custom main() function and point the reset ISR to that, could that only be programmed with a programmer or could that be programmed over the air?
Thank you,
Nick