Other Parts Discussed in Thread: MSP430F5419A
Hello,
I have a board with MSP430f5419a and GSM module and i am looking for a way to update the firmware over the air. GSM stack is already working fine and it can send and receive data to a server using TCP link. The gsm Tx Rx are connected to Port P3.4 and P3.5. Is there any sample example using which i can do the whole firmware update in my mcu.I am using super loop in main. Do i need to use any kind of RTOS to perform this task?