Hallo Community,
I’m starting a project with Arm Mbed on the STM32WLE5CC integrated on a custom board. I found, that some STM32WL have support in Mbed, but not this specific µC; only some basics are included (linker file and startup script, might still need a bit of tweaking, I’m not sure).
I was able to build a very basic custom target and I got the obligatory blinky example running after some hussle. Now come the complicated parts, since the STM32WLE5CC has some very specific features.
So my first and most important question is: How do I go on about this? Are there already some efforts somewhere to integrate the µC? If not, should I start some and go about it with pull-requests to the repo? Could I hope for support by the community there, since I am not very experienced in Arm Mbed? The documentation kind of told me, to start discussing this in the forums, so here I am. If the community helps me in doing this, I will be more than happy to help making that available to all by contributing to the project.
When coming to really implementing it, I am sure I will have additional questions…
Any help is appreciated.