Part Number:CC1310
On Rev 2.1 (Rev B) (haven't tested on Rev A)
When I enable Manchester Encoding and receive a packet when I include this Override (from SmartRF Studio and in the examples):
// PHY: Use MCE ROM bank 4, RFE RAM patch – must be first
MCE_RFE_OVERRIDE(0,4,0,1,0,0),The data in the packet is manchester encoded.
If I comment out the override the data in the packet is manchester decoded.
Is there documentation on this specific override and what it is doing? Is there any risk not using this override?