You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to follow the steps for install board using info, but I can't compile the sketch when select serial programmer..
(Installation: 1.You must install the STM32 core (official) board support from here: https://github.com/arduino/Arduino/wiki/Unofficial-list-of-3rd-party-boards-support-urls If you have an earlier version than 1.4, then upgrade it to 1.4. (1.4 is current as at this date 7 Nov 2018.)
2.Find your install location for the STM32 package (mine on Mint was /opt/Arduino1.8.5/portable/packages/STM32/hardware/STM32/1.4.0/ but yours will be doubtless a bit different. Hunt for a bunch of "variant.h" files and then check you are indeed in the STM32 region. On my Windows install I found the files here: C:\Users\Brian\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.4.0
a. inside the .../1.4.0/variants/ folder, add the DEMO-F030F4 folder from here, with its 6 files. (Now - 12 Nov - aligned with coming V1.5.)
b. in the .../1.4.0/ folder, open the existing boards.txt in an editor, and patch in the GenF030 "excerpt" section.... Find your user sketchbook folder ("(documents).../Arduino/" probably, but File/Preferences in your IDE should tell you). In its libraries folder, add the libraries supplied here, and the SoftWire & AsyncDelay ones too if needed.)
Can you put some "print screen" files with how looks the directory, boards.txt and others usefull files for I can use board with serial interface?
Thx... if is hard to put here or in repository please send me on email [email protected]
The text was updated successfully, but these errors were encountered:
tehniq3
changed the title
details fom "instalation"
details for "installation"
Sep 2, 2019
Sorry,
I no longer have access to the hardware nor the software. (Life moves on!)
It is my understanding that the STM32 core files are now version 1.6, and that support for this board (Demo F030F4) is now officially included.
My interim instructions for "Installation" should no longer be needed.
(Do check that pin numbering is unchanged from my earlier version to the official version.)
That's all I can offer at this time.
Brian
Thanks for your replay... I waitting ST-Link programmer to arrive for uploading the sketch in STM32F030F4P6 board (the new Arduino IDE don't have Serial programmer for this board).
Hi,
I try to follow the steps for install board using info, but I can't compile the sketch when select serial programmer..
(Installation: 1.You must install the STM32 core (official) board support from here: https://github.com/arduino/Arduino/wiki/Unofficial-list-of-3rd-party-boards-support-urls If you have an earlier version than 1.4, then upgrade it to 1.4. (1.4 is current as at this date 7 Nov 2018.)
2.Find your install location for the STM32 package (mine on Mint was /opt/Arduino1.8.5/portable/packages/STM32/hardware/STM32/1.4.0/ but yours will be doubtless a bit different. Hunt for a bunch of "variant.h" files and then check you are indeed in the STM32 region. On my Windows install I found the files here: C:\Users\Brian\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.4.0
a. inside the .../1.4.0/variants/ folder, add the DEMO-F030F4 folder from here, with its 6 files. (Now - 12 Nov - aligned with coming V1.5.)
b. in the .../1.4.0/ folder, open the existing boards.txt in an editor, and patch in the GenF030 "excerpt" section.... Find your user sketchbook folder ("(documents).../Arduino/" probably, but File/Preferences in your IDE should tell you). In its libraries folder, add the libraries supplied here, and the SoftWire & AsyncDelay ones too if needed.)
Can you put some "print screen" files with how looks the directory, boards.txt and others usefull files for I can use board with serial interface?
Thx... if is hard to put here or in repository please send me on email [email protected]
The text was updated successfully, but these errors were encountered: