ehong-tl / micropySX126X

Semtech SX126X LoRa driver for Micropython and CircuitPython.
MIT License
89 stars 20 forks source link

Could this driver be used with the internal radio of an STM32WL ? #19

Open nono313 opened 1 year ago

nono313 commented 1 year ago

The STM32WL series includes the radio IP from an SX126x with hardwired SPI on the die with a Cortex-M4 (and optionally a Cortex-M0).

Would it be possible to run this driver to use the internal SX126x IP from an STM32WL ?

ehong-tl commented 1 year ago

Hi @nono313,

I'm not sure about this, but as long as there's enough memory, it should be able to run.