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
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.
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.
The text was updated successfully, but these errors were encountered: