cancel
Showing results for 
Search instead for 
Did you mean: 

Over the air (OTA) programing support for SPC560B

mohammad
Associate
Posted on May 14, 2016 at 17:02

Dear Support team,

Good day!

Is it possible to implement over the air (OTA) programing with SPC560B50L1B4E0X through GSM/GPRS. Any documentation available? Please advise.

with regards

Mohammad Rafi 

1 REPLY 1
procolo
Senior
Posted on May 16, 2016 at 09:58

Hi,

yes it could be possible. 

GSM module should:

  • be connected to the microcontroller  using the serial interface. 
  • use AT command to use data connection and get OTA update.

Application on Micro for FW update should:

  • boot from RAM (copy in RAM feature in the platform component)
  • use SPC5Studio serial driver to communicate with GSM module and get the update
  • use the SPC5Studio Flash driver to flash the updated fw

For Serial and Flash IP you can refer to User Manual while for the driver interfaces you can refer to SPC5Studio documentation.

Regards,

Procolo