You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The drivers for UART1 and UART2 are currently not implemented in the same way. Even worse, the UART2 implementation uses a spin loop.
The implementations should be harmonized and improved to an acceptable level.
The text was updated successfully, but these errors were encountered:
The DMA functions will free up CPU time as it will not wait in a
spin-loop. The DMA stream for UART1 conflicts with CF-RZR SPI2 so this
can not be used together, thus the UART1 DMA functionality has to be
enabled with ENABLE_UART1_DMA. The functionality has been tested with
uart1test.c and uart2test.c.
The drivers for UART1 and UART2 are currently not implemented in the same way. Even worse, the UART2 implementation uses a spin loop.
The implementations should be harmonized and improved to an acceptable level.
The text was updated successfully, but these errors were encountered: