Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support UART Break Condition #47

Open
philwareublox opened this issue Apr 27, 2022 · 1 comment
Open

Support UART Break Condition #47

philwareublox opened this issue Apr 27, 2022 · 1 comment
Labels
feature New functionality

Comments

@philwareublox
Copy link

philwareublox commented Apr 27, 2022

Many MCU UARTs can detect a 'break condition' where the Rx line is held low for longer than a frame period. https://en.wikipedia.org/wiki/Universal_asynchronous_receiver-transmitter#Break_condition

Our cellular modules will perform this break condition when going into PSM and shutting down.

I believe ESP32, nRF52 and STM32 MCUs support a break interrupt. We should investigate how we could use this break condition to detect PSM and power down states, for when V_INT monitoring is not possible, or +UPSMR: 1 URC is not implemented.

@philwareublox philwareublox added the feature New functionality label Apr 27, 2022
@RobMeades
Copy link
Contributor

Excellent idea: will raise an internal JIRA to track this also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality
Projects
None yet
Development

No branches or pull requests

2 participants