> For the complete documentation index, see [llms.txt](https://voltbro.gitbook.io/vbcores/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://voltbro.gitbook.io/vbcores/tutorials/stm32-cube-ide/backup-programmy.md).

# Backup программы

Иногда возникают ситуации, когда на микроконтроллере у вас уже загружена хорошая рабочая программа, но вы не помните где хранятся ее исходники или они случайно были удалены. Вам нужно сделать резервную копию программы с микроконтроллера и сохранить ее - это будет файл с бинарным кодом. Все, теперь можете распространять копию программы на другие микроконтроллеры. К сожалению вам не удастся восстановить ее до кода программы, чтобы можно было почитать алгоритм работы и внести свои правки, но хотя бы будете иметь в запасе работающую прошивку.

## **Создаем backup**

Открываем STM32CubeProgrammer и подключаем плату, на которой находится нужная вам прошивка.

<figure><img src="/files/3zN0OSbkDH5vHOJ5A1Vr" alt=""><figcaption></figcaption></figure>

Заходим в раздел Memory & File edition

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

Поменяйте размер для чтения на  0x10000

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

Затем кликните Read, a потом - Save as

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

## Загружаем созданный файл

Откройте STM32CubeProgrammer, подсоедините плату, на которую хотите загрузить программу. Выберете раздел Erasing & Programming

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

В открышемся разделе сначала выбераете файл, который хотите загрузить. Ставите две галочки напротив Verify programming и Run after programming и кликаете Start Programming. Готово! Программа загружена.

<figure><img src="/files/1HfpTUowvtRsEG6hLs9r" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://voltbro.gitbook.io/vbcores/tutorials/stm32-cube-ide/backup-programmy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
