# Выбор платы в Arduino IDE

Для начала работы с микроконтроллерами STM32 надо корректно настроить Arduino IDE. Модуль VBCoreG4 основан на микроконтроллере STM32G474RExx. Выставим правильные настройки для него.

Для начала работы в разделе Инструменты (Tools) необходимо выставить следующие настройки:

1\) Укажите плату Generic GenericSTM32 series:

Tools->Board->STM32 boards groups->GenericSTM32G4 series

<figure><img src="/files/ngPMk9qyrTO6ZzMbHhrz" alt=""><figcaption></figcaption></figure>

Убедитесь что она же у вас отображается в списке плат, на которую вы собираетесь заливать скетч

<figure><img src="/files/XPeQ4Nsv1Og1N1b2LCja" alt=""><figcaption></figcaption></figure>

Если в списке плат у вас стоит что-то другое, то кликните на стрелочку внизу и выберите Select Other Board and Port. Укажите необходимые названия и нажмите OK.

<figure><img src="/files/n38aUdbd4QtGoQWtzse7" alt=""><figcaption></figcaption></figure>

2\) В обозначении платы выберите Generic G474RETx:

Tools->Board part number->Generic G474RETx

<figure><img src="/files/cY72y2oEVyxEZVY4cD9d" alt=""><figcaption></figcaption></figure>

3\) В методе загрузки выставьте STM32CubeProgrammer (SWD):

Tools->Upload method->STM32CubeProgrammer (SWD)

<figure><img src="/files/OnMyQBnIj42urn3VUlnx" alt=""><figcaption></figcaption></figure>

Мы предполагаем, что у вас корректно установился STM32CubeProg упомянутый ранее и теперь программаторы ST-Link у вас определяются системой.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://voltbro.gitbook.io/vbcores/nastroika-po/arduino-ide/vybor-platy-v-arduino-ide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
