Support for STM32WL55xx #1036
Unanswered
MarekNovakACRIOS
asked this question in
Q&A
Replies: 1 comment 2 replies
-
At the moment we have no plans to add support for the STM32WL55xx platform. We will consider this addition once we get access to a development platform. In the meantime you can use the libraries provided by ST as the provided LoRaWAN stack is based on this project. In the future it would be nice if you could post this kind of questions on the project Discussions tab. It is a better place to engage discussions and then we can agree if it is an issue or not. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear community,
Is the support fo STM32WL55xx planned?
I checked the license and it should be possible to include it in /src/radio folder of the repo side by SX126x, SX127x support etc.
It will need some dependency cleanup from ST trace headers maybe, but otherwise it is integrablable I think.
I also modified portions in radio.c for this platform (RadioIrqProcess() and RadioOnDioIrq() - a lot of processing was done directly in ISR, although there is the IrqProcess entry in struct Radio_s, which should be polled from non-ISR context).
I attach my modified version in an archive and I am able to integrate it / create pull request if this is wanted.
Regards!
stm32WL55.zip
Beta Was this translation helpful? Give feedback.
All reactions