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.

Compiler/CC1110-CC1111: is it possible 500k baud rate with GFSK in CC1110?

Part Number: CC1110-CC1111


Tool/software: TI C/C++ Compiler

Channel Bandwidth maximum is 816kHz. at CC1110. i don`t know how to do wireless-communication with GFSK, 500k Baud Rate at 433MHz band.

i look the spectrum at analyzer it works, but sniffer and the other receiver cannot receive the packet. 

i use 26MHz cycstal and full-speed clk.

FSCTRL1 = 0x0E;

500kbaud
-> MDMCFG4 = 0x0E
-> MDMCFG3 = 0x3B

MDMCFG2=0x13;

MDMCFG1=0x71;

DEVIATN = 0x47;

it works until 250k Baud, it already Checks

plz help me.