Skip to main content
Associate III
April 15, 2024
Solved

Can i OTA upgrade my MCU(STM32h745ziq) using cyw43439 chips?

  • April 15, 2024
  • 1 reply
  • 829 views

During the project, I need to create equipment that can be updated wirelessly using WiFi. So far, the MCU has been implemented to connect to the router. Is it possible to implement the ota upgrade with the cyw43439chip?

This topic has been closed for replies.
Best answer by Andrew Neil

The cyw43439 is just a means to transport the data - sure, you could use that to transport the data which forms your firmware update.

1 reply

Andrew Neil
Andrew NeilBest answer
Super User
April 15, 2024

The cyw43439 is just a means to transport the data - sure, you could use that to transport the data which forms your firmware update.

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.