Open
Description
The values used in am_hal_uart.h
for AM_HAL_UART_FLOW_CTRL_CTS_ONLY
and AM_HAL_UART_FLOW_CTRL_RTS_ONLY
(UART_CR_CTSEN_Msk
and UART_CR_RTSEN_Msk
respectively) are undefined.
We believe that the proper values to use are UART0_CR_CTSEN_Msk
and UART0_CR_RTSEN_Msk
. This follows the pattern of using the 0th instance of a peripheral as a template to configure other instances.
#13 patches this