Page 1 of 1

STM32L0 & platformio / board setup

Posted: Sun Sep 27, 2020 10:23 am
by Beuzekom
Hello,

I am using platformio with the stm32duino environment. Now I created a small test setup with the STM32L082KZ.
In the STM32duino there is a package specifically for the STM32L0 (\.platformio\packages\framework-arduinoststm32l0)

For that I would like to define my own board in platformio (using the stm32l0 package) and am looking for a tutorial (or example) on how to set this up. Hope somebody can push me in a right direction.

Thanks a lot,
Beuzekom

Re: STM32L0 & platformio / board setup

Posted: Sun Sep 27, 2020 10:18 pm
by mrburnette
Perhaps the discussion in the WiKi will be helpful although it is Arduino-centric:

https://github.com/stm32duino/wiki/wiki ... nt-(board)

Re: STM32L0 & platformio / board setup

Posted: Mon Sep 28, 2020 5:37 pm
by Beuzekom
mrburnette wrote: Sun Sep 27, 2020 10:18 pm Perhaps the discussion in the WiKi will be helpful although it is Arduino-centric:

https://github.com/stm32duino/wiki/wiki ... nt-(board)
Thanks, I already knew that wiki. I hoped that there would have been a template for the STM32L0 and some examples for other users.
If there is no example available in this forum I will deep dive into it .... :(