Hi,
I am now trying to reduce the total number of packets during the dfu process. After reading all the code about dfu in both app and bootloader, I find that in this process, all the struct limit the data size as 16 Bytes. Is there any example that can help me to expand the data size? I want to use packets with size of 256 Bytes.
Or can I bypass the existing protocal and directly store my dfu packet to the dfu target address?
PS: I do not use the nrfutil tools in PC. I want to send the dfu packets from my cloud server.
Thanks for your prompt response!
Sincerely,
Jin