2025-02-25 7:51 AM
Hello,
I have developed a LoRa application based on the LoRaWAN EndNode example, with some custom code and using the .ioc configuration. I am working on the Nucleo board STM32WL55JC1.
Now, I would like to migrate my application to the LoRa End Node FUOTA example while keeping my existing development. However, I am unsure about the best approach to achieve this.
Should I replace the LoRa End Node project inside the FUOTA example (though I assume I will miss some FUOTA-specific classes and functions)?
Or should I integrate the additional FUOTA-related projects (KMS_blob, EWARM,BFU, SECoreBin,Linker ...) around my existing LoRa application?
Any guidance or best practices would be greatly appreciated.
Thanks!