error message in compiling STM32F030C8T6> RBOARD_32F030C8T6 >variant.h error #4
-
hello; I am new to using STM32F030C8T6 with arduino IDE. I followed r-pv instruction (r-pv/rSTM32F030C8T6_ProMiniPlus) . When I compile a sample sketch "blink" I received the following error > Please help me to resolve this.Thank in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hi, do you select the board RBOARD_F030C8T6 on the arduino IDE? selecting "generic stm32f0 series" on the "board" menu, then pick "RBOARD_F030C8T6" on the "board part number" menu. The error sounds like the board it's not selected and/or the editing of the board.txt file failed. |
Beta Was this translation helpful? Give feedback.
-
Hi, yes, the last screen shows a boards.txt really mess up, it shows like lines were added at the end of other lines instead of just add the code at the end of one block of text. Your boards.txt looks like:
and, per instructions, should look like:
so the idea it's that you'll find this text:
and just add the text on the instructions to leave it as:
Did you make a copy of the boards.txt to start again? if not I'm afraid that you'll have to reinstall arduino to start again. |
Beta Was this translation helpful? Give feedback.
-
Glad that you make it work. BTW, the ST Core v2.0 it seems that will have support for this MCU, so it won't be needed any modification. |
Beta Was this translation helpful? Give feedback.
Hi, yes, the last screen shows a boards.txt really mess up, it shows like lines were added at the end of other lines instead of just add the code at the end of one block of text.
Your boards.txt looks like:
and, per instructions, should look like:
so the idea it's that you'll find this text: