Hello,
I am using the SmartRF packet sniffer to observe the generic packets sent by a CC1110EM. When I use fixed-length packets, i.e., PKTCTRL0 = 0x44, the packet sniffer is still trying to read the 1st byte after sync word as length byte and parse the packet accordingly, which resulted in errors.
My understanding is that in the case of fixed-length packet, the 1st byte after sync word belongs to payload and we should be able to use it for other purposes than length byte. Do I understand it correctly? Can anyone confirm this bug?
Thanks!