AmbiqSuiteSDK icon indicating copy to clipboard operation
AmbiqSuiteSDK copied to clipboard

CTS / RTS Bitmasks Undefined

Open oclyke opened this issue 5 years ago • 1 comments

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

oclyke avatar Jul 14 '20 21:07 oclyke

This issue persists in AmbiqSuiteSDK release 2.5.1

oclyke avatar Oct 02 '20 21:10 oclyke