2020-12-21 07:46 AM
2020-12-21 11:49 PM
You will also find samples for your board in your local repository, which is downloaded for tools like STM32CubeMX or STM32CubeIDE.
You could e.g. take a look at:
The latter not only shows how to erase Flash blocks, but also writes some data into these blocks beforehand, e.g. 0x12345678.
We hope you enjoy writing and reading the Flash.
/Peter
2020-12-21 08:19 AM
Unfortunately, the VBAT pin on the 32F746GDISCOVERY is permanently connected to VDD (no resistor/bridge/etc inbetween), so a battery/supercap cannot be connected.The only way here is to store data in Flash or e.g. on an external EEPROM you can connect to the 32F746GDISCOVERY.
Good luck!
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
/Peter
2020-12-21 08:38 AM
Any example for flash? How to do it?
Andrzej
2020-12-21 11:49 PM
You will also find samples for your board in your local repository, which is downloaded for tools like STM32CubeMX or STM32CubeIDE.
You could e.g. take a look at:
The latter not only shows how to erase Flash blocks, but also writes some data into these blocks beforehand, e.g. 0x12345678.
We hope you enjoy writing and reading the Flash.
/Peter
2020-12-22 01:53 AM
Thanks!
greetings
I wish you a peaceful Christmas.
Andrzej