How to do BLE DFU without flow control(UART) using serialization application on host controller side. do you have any document or link where the procedure is explained ?
I have a host controller where the serialization application runs and the BLE module is flashed with the connectivity application and the soft device, NO boot loader for now. i can see some posts, when we flash the DFU boot loader on the BLE module it is possible to update the application, soft device without serialization concept (where the actual application runs on the same MCU as soft device ). how to achieve this on serialization concept is there any documentation or link.
unfortunately i dint have any pin connected in the hardware to push the module in to the boot mode. to add to it how will the BLE module indicate when a OTA is finished? please let me know the details.