-
I get this error. It used to work before, not sure what changed after update. It seems like it doesn't find proper board anymore... My procedure was to add support for the STM32H750B-DK board :
It used to compile and basic LED/serial test was working... After update, I get this :
Any advice what is wrong ? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @LAPSyLAB Lines 1036 to 1047 in 61a1680
Lines 7361 to 7370 in 61a1680 |
Beta Was this translation helpful? Give feedback.
Hi @LAPSyLAB
that is normal you don't properly define your board in the boards.txt.
Compare to this entry:
Arduino_Core_STM32/boards.txt
Lines 1036 to 1047 in 61a1680