Tool/software:
Hi ,
We are trying to enable HW flow control in AM5748 UART SYS/BIOS example , when I checked uartParams structure in UART.h driver include file, there we need to define a Macro to enable the HW flow control.
-------------------------------------------------------------------------------------------------------------
#ifdef PRU_ICSS_FW // PRU UART FW only, currently unsupported by HW IP driver
UART_FC_TYPE flowControlType; /*!< Flow Control type */
uint8_t hwFlowControlThr; /*!< Hardware flow Control threshold, 0-0x100 */
#endif
-------------------------------------------------------------------------------------------------------------
We have copied the UART.h and UART_drv.c file locally in our project and enabled this PRU_ICSS_FW macro, still when we observed the the signals in scope there is no activity in RTS and CTS, it's working like a Normal UART.
So, we need your support regarding enabling the HW flow control.
Thanks ,
Phaneesh A