Cannot send break condition via uart.I have a nucleo board 32l422 and i connected lora rn2483. I can communicate with module but when set this to sleep i cannot wake up module.I tried HAL_LINSendBreak with no success.
LORA DATASHEET
The default settings for the UART interface are 57600 bps, 8 bits, no parity, 1 Stop bit,
no flow control. The baud rate can be changed by triggering the auto-baud detection
sequence of the module. To do this, the host system needs to transmit a Break
condition to the module followed by a 0x55 character at the new baud rate. The
auto-baud detection mechanism can also be triggered during sleep to wake the module
up before the predetermined time has expired.
Note: A break condition is signaled to the module by keeping the UART_RX pin
low for longer than the time to transmit a complete character. For example,
at the default baud rate of 57600 bps, keeping the UART_RX pin low for
226 �?�s is a valid 13-bit break condition, whereas at 9600 bps this may be
interpreted as a 0x00 character. Thus, the Break condition needs to be
long enough to still be interpreted as such at the baud rate that is currently
in use. At 9600 bps a valid 13-bit Break condition must need to be 1,350 �?�s.