Hello everyone,
I'm using the CC1120 to transmit packets of infinite length. The transmission seems to works fine, however I quite often get TX FIFO ERROR after a transmission (not always) even though the packet was successfully transmitted. I feel like I can't just let this be. This layer needs to be as solid as possible. I'm using the swrc253 example as basis practically unchanged.
I've read this thread http://e2e.ti.com/support/low_power_rf/f/155/t/267547.aspx
which suggests that I don't fill the FIFO fast enough, however my SPI is running at the max value of 8MHz SCLK so I don't have any ideas how to make it faster. Do you have any suggestions?