Skip to main content
Hugo Balette
Associate II
March 21, 2018
Question

OTA DFU on STM32L432KC over Uart through Nordic nrf52832 BLE

  • March 21, 2018
  • 1 reply
  • 824 views
Posted on March 21, 2018 at 10:52

Hi,

I designed a custom PCB collecting data using a STM32L432KC, and transmitting it through a Nordic nrf52832 over BLE to a smartphone.

After this final prototype, I'd like to go to a Industrial architecture and adding the DFU OTA for both uC.

About the OTA DFU for the nordic, it is well documented. But about the STM32L432KC, I can't find any hints or topics.

Does anyone already did this ?

Any help would be greatly appreciated.

Thanks !

#ota #update #dfu #stm32-l4
This topic has been closed for replies.

1 reply

Andrew Neil
Super User
March 21, 2018
Posted on March 21, 2018 at 11:26

Search for 'In-Application Programming' (IAP) application notes ...

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.