Hello everyone!
I'm working on a project where there are 2 microcontrollers: the Nordic nrf52832 and a 3rd-party uC (can't disclose it). A protocol to transfer the firmware image to a bootloader application in the target uC is working already. We'd like to use Nordic's DFU library to transfer the firmware from a mobile app (could be nrfConnect if possible).
We have implemented and tested a firmware solution that works with the buttonless DFU for upgrading its own firmware, but that was pretty much straightforward after studying the Nordic's examples provided with the SDK.
Is there an example to take a look at with some similar solution?
Is there any guideline to use the DFU library for a custom solution like this one?
This is my system configuration:
Segger Embedded Studio, Nordic SDK 14.2, S132 SoftDevice v5
Thanks in advance!