Part Number: CC2650MODA
Other Parts Discussed in Thread: CC2650
Hi everyone,
I'm trying to use the SSP server example. Everything seemed fine up until I tried to send data too fast.
It seems the problem is just sending it to the bluetooth too fast. It just stops sending it and I have to reset it to work again.
When calling SerialPortService_SetParameter to send data it returns "MSG_BUFFER_NOT_AVAIL".
Trying to do more tests and figure out where the system hangs but I see no error messages at all...
Anyone has any idea what could be happening?
EDIT:
The example has a periodic task example that blinks an LED. This is takes a while and blocks the main task to send data from the UART queue to the bluetooth. Took this out and problem solved for the most part. At full speed 921600 the system gets broken again instead of discarding bytes to not completely break.
Still what bothers me most is the fact that the system was completely broken without any warning found (at least that I found). I would hope that simply the messages we're missed and the system would keep working just fine.
So my concern now is still figuring out the error itself and solve/contain it in case it happens for some reason