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
STM32F429 is support ARM_USART_EVENT_RX_TIMEOUT , but I can't use it on STM32H743, Is this function under development or cannot be completed due to hardware limitations,We look forward to your reply
The text was updated successfully, but these errors were encountered:
This driver does also not support ARM_USART_EVENT_RX_TIMEOUT.
Reason for that is that STM HAL functionality terminates the ongoing transfer if an timeout is detected, whereas CMSIS driver specification requires transfer to remain active and continue with just signaling the ARM_USART_EVENT_RX_TIMEOUT event.
Due to this functional incompatibility this feature is not planned to be implemented.
STM32F429 is support ARM_USART_EVENT_RX_TIMEOUT , but I can't use it on STM32H743, Is this function under development or cannot be completed due to hardware limitations,We look forward to your reply
The text was updated successfully, but these errors were encountered: