Any guru's about?
I am having problems receiving a 512 byte broadcast.
It returns a break detect status after 480 bytes (it is receiving them 120 at a time). It does receive the first 360 bytes, but at that point the break detect is received and there are and additional 120 bytes in the receive buffer and another 32 bytes should arrive before the next break. (This is confirmed by watching the serial stream on a logic analyzer.)
There is a define in the uart.c:
Code: Select all
#define UART_FULL_THRESH_DEFAULT (120)