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.