Quantcast
Channel: Infineon Forums
Viewing all articles
Browse latest Browse all 9892

UART Apps

$
0
0
Hi Viktoria,

You can refer to the APP Help document, Section "App Configuration". This section explains the UI elements that you see on the APP.
In your configuration, if transmit FIFO size is 2, and limit is configured as 1, FIFO standard transmit buffer interrupt will be generated when the FIFO filling level drops from 2 to 1.

Here's what's extracted from the documentation:
Transmit FIFO
On selecting this option, FIFO will be configured for transmit functionality. FIFO helps in pooling the transmit data and sending them without the use of CPU. FIFO is shared between two channels of the same USIC module. In each channel, it can be used for transmit and receive functionality.

Receive FIFO
On selecting this option, FIFO will be configured for receive functionality. FIFO helps in pooling the received data. FIFO is shared between two channels of the same USIC module. In each channel, it can be used for transmit and receive functionality.

Transmit FIFO Trigger Limit

Configures transmit FIFO trigger limit to detect the FIFO Standard transmit buffer event.
Note: Trigger limit should be less than FIFO size. Otherwise there can be an unpredictable behaviour

Receive FIFO Trigger Limit

Configures receive FIFO trigger limit to detect the FIFO Standard receive buffer event.
Note: Trigger limit should be less than FIFO size. Otherwise there can be an unpredictable behaviour

Regards,
Daryl

Viewing all articles
Browse latest Browse all 9892