Other Parts Discussed in Thread: CC1201, CC1200, LMX2571
The sensitivity test is carried out using the demo board of CC1312R, and the signal after code modulation is sent by the RF signal generator to the board. 2-(G)FSK is complete. Frequency is 418 MHZ,symbol rate is 40 KBPS, deviation of 25 KHZ, the data flow of 0 x55555555930b51de2d5dc254eab46154a952bac07e06, 0 x55555555 is preamble word, 0x930b51de is sync word and 0x7e06 is CRC word.
After switching to 4-FSK application, the test found that cc1312 and RF signal generator are different in 4-fsk encoding format, and the definition of frequency deviation is different, the frequency deviation of RF signal generator is three times that of CC1312, please see the attachment for details.
So the deviation in the generator has changed to the 75Khz, and the code in the generator changed to 0x00000000c65e048b78089701bfe13403f807ef950b53,but the software can't get the correct data. Then i changed the sync word from 0x930b51de to 0x00, i can see the complete data in the text box.
Is this the configuation issue or 4-FSK application issue?