Hi,
I am trying to use CoAP Block Transfer to transfer firmware images from server to nRF5340 custom board. We are using OpenThread library for CoAP.
The block transfer is successful with all block sizes except 1024. In the case of 1024, I can observe in the OpenThread MAC level logs that the Requests are being sent with response in the form :
MeshForwarder-: Received IPv6 UDP msg, len:1122, chksum:137c, ecn:no, from:0x8800, sec:yes, prio:normal, rss:-39
But the Block Wise Receive Hook function is not being called on block reception, which is not the case for other block sizes.
Rosh.