You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Bootloader/Inc/binary_update.h
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -41,9 +41,9 @@
41
41
42
42
#pragma pack(push, 1)
43
43
typedefstructbootInfo {
44
-
uint32_tjump_address; //!< Address for BL to jump
45
-
boolskip_bl_loop; //!< Flag to skip BL loop
46
-
uint8_tend; // FIXME: added here because after restart something is messing up with data in the structure and if there is an extra byte at the end it messes only with it
44
+
uint32_tjump_address; //!< Address for BL to jump
45
+
boolskip_bl_loop; //!< Flag to skip BL loop
46
+
uint8_tend; //!< MCUs like the STM32H7 have issues preserving certain data unless an additional byte is written before reset.
0 commit comments