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.
Tool/software: TI-RTOS
Hi there!
I'm trying to implement UART over BLE and started with github examples provided by TI and SimpleLink CC2640R2 SDK 1.40.0.45.
As my application requires, I changed the BAUD rate to 921600. After configuring the connection parameters (min, max conn = 15ms) i try to send a 177 byte msg every 20 msg.
It all runs smotly and the stack/hw is able to provide this throughput, but when a notification fails the HW simply becomes inreponsive, going to the AssertHandler function and to a spinlock.
As the application clearly is able to withstand the bandwidht required, shouldnt the un-notified messages be dequeued?
Already checked heap manager and it's set for auto.
How could i prevent this behavior when notifications fail? (I would like to simply move on to the next message)
.