Borad STM32 laden

Hallo
mein Name ist Martin und ich fange mit dem Programmieren von den kleinen Arduino's an.
Ich komme hobbymässig aus der VB6 Welt.

Mein Problem ist:
Ich möchte die Bords STM32 (STM32duino.com) laden.
Insbesonders die Generic STM32F
Diese werden aber nicht aufgeführt.
Was muss ich tun?

Viele Grüße und bestend dank im vorraus

Martin

Ich bin mir nicht sicher was Du meinst, oder welches Betriebssysten Du nutzt, aber hier hast Du bestimmt schon nachgelesen, oder?

Hallo
Auf meinem "Hauptrechner" klappt alles (ist aber mal von einem Bekannten installiert worden).

Es geht sich um meinen Laptop:
Betriebssystem ist (leider) Win10.
Arduino Software läuft auch soweit.

Ich möchte hier die oben aufgeführten Board hinzufügen.
Soviel ich weiß, gibt es Zip Datei, die habe ich, kann diese auch entpacken......
aber dann geht nicht weiter.
Irgendwelche File müssen in das Verz. Hardware copiert werden ???
oder installiert??
Gruß Martin

Aus den verlinkten Forum:

Download and install the latest stable version of the Arduino IDE from here

Run the IDE and on the Tools menu, select the Boards manager, and install the Arduino Due from the list of available boards.

Download zip file containing the STM32 files from here rogerclarkmelbourne (Roger Clark) · GitHub ... master.zip

Unzip to create the Arduino_STM32 folder

Copy the Arduino_STM32 folder to My Documents/Arduino/hardware (note. if the hardware folder doesn't exist you will need to create it)

If using Maple or Maple mini you need to install the windows drivers. By running the install_drivers.bat file in the \hardware\Arduino_STM32\drivers\win folder (which you just copied), This runs dwi-simple.exe twice, once to install the usb serial device and once to install the DFU device.

Restart Arduino IDE, and select the appropriate board from the Tools -> Board menu, and select the appropriate Com port.

http://stm32duino.com/viewtopic.php?f=20&t=32

Hast du es schon mit dem Boards Manager versucht?
boardsManager.png

Da stehen auch STM32F4 Boards zur Auswahl.
Zusätzliche Boards kannst du so einbinden.