Home > other >  How to send the unmodulated carrier cc1101?
How to send the unmodulated carrier cc1101?

Time:09-20

Want to use stm32 control CC1101 send 440 MHZ unmodulated carrier, in TI RFstudio set frequency, continuous delivery mode and unmodulated options, use the RF studio send carrier can realize online, but will be copied to the corresponding register program, download the stm32 control, can't do the implementation, want to know who shall get? Can you teach it? Thanks!

I'm sending carrier control program is as follows:
Const uint8_t PA_TABLE_440 []={0 x00 to 0 xc0, 0 x00 to 0 x00 to 0 x00 to 0 x00 to 0 x00 to 0 x00};
CC1101_SET_CSN_HIGH ();
CC1101_SET_CSN_LOW ();
CC1101_SET_CSN_HIGH ();
Drv_delay_us (40);
CC1101_Write_Cmd (CC1101_SRES);//reset function

For (I=0; i <28; I++)
{
CC1101_Write_Reg (Settings440MHz [0], [I] Settings440MHz [I] [1]).//write configuration parameter
}
PA_TABLE_440 CC1101_Write_Multi_Reg (CC1101_PATABLE, (uint8_t *), 8).//write power configuration table
CC1101_Write_Cmd (CC1101_STX);//set to delivery mode
  • Related