micropython/lora debugging sx126x.py #13160
-
I am stuck not being able to load files above about 1KB on to a STM32WLE5CCU6 for the reason here: Would a J-Link allow me to bring up a REPL and communicate with this board using rshell or mpremote? Buying a ST-LinkV3 could come later. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
The stlink works to provide repl by having a USB-uart built in, it comes up as multiple devices on PC and is wired to both swd and UART on the MCU. If your jlink includes a separate UART/com port it could be connected the same, but requires the UART connection on MCU, it won't work over swd alone. |
Beta Was this translation helpful? Give feedback.
-
Dave, did you have a look on mischianti.org he have done a lot of work on lora for arduino and micropython on stm, e32, rp2 .. that's for ebyte card (driver sx126x as your) |
Beta Was this translation helpful? Give feedback.
Flow control will still be the same issue, jlink/stlink com port channel used like this is no different to any other USB UART.
The nucleo wl55 is affected by this same issue, large file transfer won't work on it either.