nuttx/arch/arm
Jussi Kivilinna 0aa52d98a2 STM32F7: add warning for RXDMA + IFLOWCONTROL combination
Combination of RXDMA + IFLOWCONTROL does not work as one might expect.
Since RXDMA uses circular DMA-buffer, DMA will always keep reading new
data from USART peripheral even if DMA buffer underruns. Thus this
combination only does following: RTS is asserted on USART setup and
deasserted on shutdown and does not perform actual RTS flow-control.

Data loss can be demonstrated by doing long up_mdelay inside irq
critical section and feeding data to RXDMA+IFLOWCONTROL UART.
2017-04-06 08:47:45 -06:00
..
include STM32: add STM32L162VE to chip.h 2017-04-03 07:59:11 -06:00
src STM32F7: add warning for RXDMA + IFLOWCONTROL combination 2017-04-06 08:47:45 -06:00
Kconfig Merge remote-tracking branch 'origin/master' into xmc4 2017-03-18 06:48:37 -06:00