Hi,
Context
The chip will be a slave of a powerful CPU which is responsible for many coordinating tasks. The chip will connect the CPU via UART. I am interested in BLE.
It is important to minimise the interrupt rate and grab multiple bytes at once to improve efficiency.
Question
-
So, how large are the UART buffers and can we programmatically increase them?
-
Wouldn't a PHY interface connected to the CPU improve performance vs UART? (Not sure you have such product though)
Thanks