STM32WLE5 in a E77-400M22S modue OpError 0x20 #13305
Unanswered
davefes
asked this question in
STM32 / Pyboard
Replies: 1 comment
-
|
According to: There are about 1000 hits on As the module has an 32KHz oscillator on-board I also tried unsetting: #define MICROPY_HW_RTC_USE_LSE (0)
#define MICROPY_HW_RTC_USE_US (0)no luck. I thought Does the 32MHz osc need to run to get REPL? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Had another go with the latest V1.22 Nucleo_WL55 with a modified
mpconfigboard.hthat has#define MICROPY_HW_CLK_USE_BYPASS (0)as per discussion https://github.com/orgs/micropython/discussions/13110However, still getting the same error:
sx126x.py Op Error 0x20 (bit 5) XOSC_START_ERR
XOSC is the 32MHz crystal.
I suspect I am getting as far as line 220 in sx126x.py
1st call to check_errors() is line 220 ... setting up the dio3_tcxo_millivolts. Possibly, it is getting to wake_up line 292.
In the E77-400M22S user manual are these comments:
Are these a clue? I don't understand how to chose OSC_IN and OSC_OUT and PC-14/PC-15 are not in
mpconfigboard.h.Beta Was this translation helpful? Give feedback.
All reactions