Skip to main content
NItin Kanani
Associate III
December 22, 2017
Question

is it possible to make a FOTA on an STM32L432KB?

  • December 22, 2017
  • 2 replies
  • 1333 views

Posted on December 22, 2017 at 06:36

if is it possible then which memory are use for store the hex file.

external flash or system flash?

please suggest other option also.

This topic has been closed for replies.

2 replies

Uwe Bonnes
Chief
December 22, 2017
Posted on December 22, 2017 at 10:08

What is 'FOTA'?

Tesla DeLorean
Guru
December 22, 2017
Posted on December 22, 2017 at 10:48

Firmware Over The Air

Basically remote firmware update.

Yes, stage the new firrmware somewhere in your design. If enough internal flash then use that.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Tesla DeLorean
Guru
December 22, 2017
Posted on December 22, 2017 at 15:20

I would tend to use a binary packaging method, the .HEX type files are about 2.4x larger than necessary.

What is the 'air' in your delivery strategy?

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
NItin Kanani
Associate III
December 23, 2017
Posted on December 23, 2017 at 07:35

i will use LTE Module for that

Tesla DeLorean
Guru
December 23, 2017
Posted on December 23, 2017 at 19:13

So perhaps the easiest would be a binary file server via HTTP or FTP

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..