Hi all,
I have an STM32 connected to an nrf51822 via uart, and I want to do a firmware update of the stm via ble.
Therefore, I would like to take advantage of the Master Control Panel as a central to send the .bin file to the STM32 using the dfu service.
However, I don't want to use a bootloader, I just want to use the dfu service to download the .bin file and then re-send the received image via the uart!
Does anyone know if it is possible to do this way?
Many thanks in advance.