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 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.