Other Parts Discussed in Thread: Z-STACK, CC2538, CC2530
Hi Sir,
I followed the direction given by Z-Stack developer's guide section 9 (Fragementation), but "stat = (*apsfSendFragmented)( &req );" always return 0x02, no matter what size I changed for MAX_TRANSFER_SIZE. I also enable two compile options, "ZIGBEE_FRAGMENTATION" and "ZIGBEEPRO", but the same return result vlaue I got.
I modified zcl_samplesw.c by referring to "7367.GenericApp.c" and "TransmitApp.c" to transmit giant data, which is over 225 Bytes. To trigger one key after the binding is completed between coordinator and end device by calling AF_DataRequest (..) .
Actually, I checked E2E, and many people got this issue with z-stack 2.5.x, but the fix is done in 2.6.1. With "Z-Stack Home 1.2.0", the z-stack core is already 2.6.1, I really don't know why the Fragmentation feature still does not work.
Please help and appreciate it very much !