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.

CC1352P7: How can I decrease the timing on sub1GHz communication

Part Number: CC1352P7


Hello,

I am using the launchpad kit to develop a system to transfer files on Sub1. I am using the collector and sensor examples to establish communication. I am getting everything running successfully but the problem is that it's slow.

The TI 15.4 stack parameters are:

RADIO:
Mode:                              Frequency Hopping
Sub-1 Frequency:            902-927MHz
Phy Type:                         200kbps,2-GFSK
Rf Coexistence:                Disabled

Power:
Transmit Power:               10

As it is 200Kbps it should take a second a transmit a 200Kb file right but in my case for a 4KB file it takes around 3 minutes. In my project currently, I have three tasks excluding idle. one console task priority 6, FTP task priority 2, and I didn't play with communication tasks priority.

Questions:
1. how can I make this faster?
2. any alternate ways to accomplish this?