Hi
The CC1125 transmits well . But i got another issue now
I configured the PKT_CFG0.LENGTH_CONFIG = 01, for variable packet length mode
i set the PKT_LEN to 0xFF.
packet framing is arrayx[256]={0xFE,0x01,0x02,0x03,0x04} ; Like this upto 25 datas , remaining i left as junk
Now i am trying to send 255 bytes , the MARCSTATE replies TX_FIFO ERROR .
sendradio_data(&arrayx[0], 0xFF,&extIntFlag);
i tried with various number of bytes and got to know more than 64 bytes , this error raises.
What could be the problem here.?