
上图是rfPacketRx的例程,专有模式下的rf配置,下图是技术支持手册,与专有模式下Receive Buffers,两者为何无法相对应,DATA_ENTRY_HEADER_SIZE、NUM_DATA_ENTRIES、NUM_APPENDED_BYTES请问分别对应什么字节

This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

上图是rfPacketRx的例程,专有模式下的rf配置,下图是技术支持手册,与专有模式下Receive Buffers,两者为何无法相对应,DATA_ENTRY_HEADER_SIZE、NUM_DATA_ENTRIES、NUM_APPENDED_BYTES请问分别对应什么字节

DATA_ENTRY_HEADER_SIZE: 对应前导码的大小
MAX_LENGTH:对应payload
NUM_APPENDED_BYTES:
如注释所说:
/* The Data Entries data field will contain:
* 1 Header byte (RF_cmdPropRx.rxConf.bIncludeHdr = 0x1)
* Max 30 payload bytes
* 1 status byte (RF_cmdPropRx.rxConf.bAppendStatus = 0x1) */