Hi all,
I am facing an issue of data loss while using the SimpliciTi stack's UART bridge example with the CC2530 chip.
In my processor application, I am sending 20 packets each of 40 bytes (50 bytes I think is the chip TX_MAX kinda limitation). However I have modified the example a bit so that when the chip receives data on UART it will send the packet back on UART (for a kind of checking whether chip gets all data) and OTA. I noticed that some bytes were missing in the data sent back to me on UART by the chip, so I reduced my baud rate from 115200 to 9600. Now the bytes are not getting lost on UART atleast.
But from the 20 packets I send I receive only between 13-17 packets at receiver side (which is again CC2530). I used packet sniffer to check and saw that the problem is on the TX side where all the packets are not being transmitted.
Anybody any thoughts on this ?
-Charvi.