Hello,
I'm trying to set up my CC1101 EM using the dev kit and the SmartRF software. Specifically I want to set it up so it can receive from a non-CC1101 Tx. I have all the RF settings fine, but I need to change the packet structure so that the Rx understands it's a fixed length and does not append any CRC. From my understanding I should be able to do this by setting the given registers as follows: PKTCTRL0 = 0x0, PKTLEN = amount of data sent in bytes per packet. I've set these registers using the register view within the SmartRF Studio 7 software, but when I run a test the registers revert back to PKTCTRL0 = 0x05, PKTLEN = 0x3D.
Am I missing a step in setting registers beyond what's given as options within the GUI?