Hi,
I can use the DFU bootloader via HCI/UART to update the application image.
Reference DFU init pakcet. The init packet contains a 4-byte value identifying the version of the application that is being transferred.
My questions as below
a.) How can I get the application version and write back a new application version in DFU bootloader?
b.) When I successfully update the application image and then booting with the new application firmware, how can I get the application version in application firmware?
Does anyone tell me how can I develop it ?
Thanks