Hi Victor,
sorry for the late reply.
I am confused by the wording of the Reference Manual because the LPUART defines this

If I set my TXWATER to 2 and there is only one element in FIFO the LPUART will trigger a DMA transfer.
If I use this description for the FlexSPI it will be like if there are 3 elements in FIFO but TXWATER is set to 2 it will trigger a DMA transfer which will fill the FIFO even more -> generates another DMA request because there are still more than 2 elements in the FIFO. This would fill the FIFO until an overrun occurs.
If the FlexSPI is defined as if there are more than watermark bits free the DMA request will be triggered it makes sense for me. Does the FlexSPI "empty level" mean how many FIFO entries are free?
Kind regards,
Stefan