Mercurial > public > ostc4
diff Discovery/Inc/tStructure.h @ 1017:5924a2d1d3ba GasConsumption
Prepare custom block update function:
In the flash area of the font lib some sectors may be used for custom data or a boot updater image. With this change a flash option is added to the maintainance menu.
IMPORTANT: The fimwareEraseProgram.c is needed for compiling the firmware now => Add it e.g. by adding a link from the OtherSources location to your source folder.
| author | Ideenmodellierer |
|---|---|
| date | Thu, 29 May 2025 22:04:46 +0200 |
| parents | 6233e5877e3e |
| children | 158100a84ebd 33b91584d827 |
line wrap: on
line diff
--- a/Discovery/Inc/tStructure.h Sun May 11 16:18:20 2025 +0200 +++ b/Discovery/Inc/tStructure.h Thu May 29 22:04:46 2025 +0200 @@ -340,6 +340,7 @@ #define StMSYS5_ResetBluetooth _MB(2,8,5,12,0) #define StMSYS5_SetSampleIndx _MB(2,8,5,13,0) #define StMSYS5_AdjustSurfPres _MB(2,8,5,14,0) +#define StMSYS5_FlashBoot _MB(2,8,5,15,0) #define StMSYS_Custom0 _MB(2,8,1,0,0) #define StMSYS_Custom1 _MB(2,8,2,0,0)
