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

Add AT command to disconnect LPUART #119

Closed
janakj opened this issue Nov 13, 2022 · 0 comments
Closed

Add AT command to disconnect LPUART #119

janakj opened this issue Nov 13, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@janakj
Copy link
Collaborator

janakj commented Nov 13, 2022

MKRWAN1300 boards have a SPI flash chip connected to the same lines as the LPUART port on the Type ABZ module. This makes it impossible to access the flash while the LPUART port is active. Implement a new AT command that will make it possible to temporarily disconnect Type ABZ LPUART so that the application running on the host MCU can access the flash. The Type ABZ module will be sleeping in the meantime and could be woken up via a GPIO.

Commits implementing this feature are in PR #117.

@janakj janakj self-assigned this Nov 13, 2022
@janakj janakj added the enhancement New feature or request label Nov 13, 2022
@janakj janakj added this to the Release 1.3.0 milestone Nov 13, 2022
@janakj janakj closed this as completed in cbc3c80 Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant