STM32WL55 on a E77-400M22S how do I get REPL? #13110
-
I seem to have been able to load the STM32WL55 hex firmware As there is no USB I thought ... how am I going to get REPL In the mpconfigboard.h for the STM32WL55 it states:
Should I be using A2 and A3? Also don't I need to use a FTDI programmer? What is meant by the ST-Link comment? Appreciate any suggestions on how to get to the next stage. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 13 replies
-
Yes the NUCLEO_WL55 board / firmware is configured with repl on LPUART1 on pins PA2 and PA3 The nucleo board comes with a built in programmer & USB com port interface called stlink, that's what the comment is referring to: https://www.st.com/en/evaluation-tools/nucleo-wl55jc.html Any USB UART interface like ftdi should work though. |
Beta Was this translation helpful? Give feedback.
-
Check your pin assignments very carefully!! |
Beta Was this translation helpful? Give feedback.
-
Note that the microcontroller in E77-400M22S is STM32WLE5, which is different to the NUCLEO_WL55 board which has STM32WL55. I think the two microcontrollers are very similar, but they are likely not 100% the same and other firmware changes might be needed to bring MicroPython up on the other board. |
Beta Was this translation helpful? Give feedback.
-
Must have accidentally closed this ... could be useful information. |
Beta Was this translation helpful? Give feedback.
Yes the NUCLEO_WL55 board / firmware is configured with repl on LPUART1 on pins PA2 and PA3
The nucleo board comes with a built in programmer & USB com port interface called stlink, that's what the comment is referring to: https://www.st.com/en/evaluation-tools/nucleo-wl55jc.html
Any USB UART interface like ftdi should work though.