Hi everybody,
I am working in a project where there are one central_UART with multilink and diverse peripheral.
The devices are a custom board Fanstel BC840, nRF Connect 3.7.1 and SDK v1.6.1.
Everything works well.
The issue come when i try to send 20 bytes every 0.2 seconds, when i start to send data is okey but with the time Not able to allocate UART receive buffer is triggered, and with this every function relationed with UART is broken, triggering Not able to allocate UART receive buffer/Not able to allocate UART send data buffer.
I think is something about buffers space. If somebody could explain me how to solve i was gratefull,
Thank you,
regards.