On Tue, 9 Apr 2024 at 14:39, Philippe Mathieu-Daudé <phi...@linaro.org> wrote: > > rx_fifo[] is an array of words, > rx_fifo_size is a word count.
True, but that's not why rx_fifo[] has been sized to 3360. It's 3360 because that is the worst-case RX data FIFO size in words (if TX_FIF_SZ is 2 then the RX data FIFO is 13440 bytes, which is 3360 words). So in this case the array size is correct. thanks -- PMM