Tool/software: TI-RTOS
I'm configuring a situation very similar to the one described in this thread: https://e2e.ti.com/support/wireless_connectivity/bluetooth_low_energy/f/538/t/694614.
I've got everything working accept for if the packet size is larger than the default ring buffer(which I've seen mentioned in multiple help threads). According to the other thread:
"There is a internal ring buffer to store the received data that arrives in between calls to UART_read so you should not lose any bytes in the "Non ideal case". The size of the ring buffer is configurable inside the device board file."
I'm really struggling to find where exactly the ring buffer is defined in the board files. Is there an example somewhere that someone would be able to direct me towards?
Thank you!