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
STM32L0 & platformio / board setup
-
- Posts: 633
- Joined: Thu Dec 19, 2019 1:23 am
Re: STM32L0 & platformio / board setup
Perhaps the discussion in the WiKi will be helpful although it is Arduino-centric:
https://github.com/stm32duino/wiki/wiki ... nt-(board)
https://github.com/stm32duino/wiki/wiki ... nt-(board)
Re: STM32L0 & platformio / board setup
Thanks, I already knew that wiki. I hoped that there would have been a template for the STM32L0 and some examples for other users.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)
If there is no example available in this forum I will deep dive into it ....
