hi I have some questions for KW24 SMAC send API
In PhyPlmeData.c API PhyPdDataRequest
1: phyPacket_t frameLength, Dose this frameLength include FCS ?
2: phyPacket_t data, Should data[0] be frameLength which will be written to KW24 PB buffer ? Just as below description:
for MC1324xDrv_PB_SPIBurstWrite in PhyPdDataRequest, the Written length should be frameLength ? or frameLength + 1 <include the first byte -> "frame length">

3: For Freescale Test Tool which is running on PC
Dose RAW frame captured by USB dongle include two FCS bytes ?
Thanks!