How to set Serial Handflow values in STM32L475VG
Hi All
We have a custom board based on STM32L475VG. Can anyone please assist that how to set the _serial_handflow values for the usart2 of this chipset.
Reference link for serial handflow -->> https://docs.microsoft.com/en-us/windows-hardware/drivers/ddi/content/ntddser/ns-ntddser-_serial_handflow
An excerpt from the above page is as follows-
SERIAL_HANDFLOW structure
04/23/2018
2 minutes to read
The SERIAL_HANDFLOW structure specifies the handshake and flow control settings for a serial port.
Syntax
typedef struct _SERIAL_HANDFLOW {
ULONG ControlHandShake;
ULONG FlowReplace;
LONG XonLimit;
LONG XoffLimit;
} SERIAL_HANDFLOW, *PSERIAL_HANDFLOW;I have tried looking into HAL documentation and also the STM32 cubemx software , but to no avail.
Regards
Sagar Verma