Compilation failure using platform-ststm32 10.0.0

Fixed by adding

        "product_line": "STM32F072XB"

in the board’s JSON file. I’ll do a PR.

Boards now declare their series, and the builder script uses that to get the startup assembler file

so the startup file for the STM32F072VBT6 you need is

And thus that product_line value.

Fixed per Fix compilation for STM32 platform 10.0.0 by maxgerhardt · Pull Request #33 · Luos-io/Examples · GitHub.

1 Like