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
Make config_streamer_stm32h7 less hard coded. (#10706)
Use constants defined in STM32 libraries for each mcu for flash sector size and number of sectors.
Add DUAL_BANK flash support and only pass voltage levels if MCU supports it.
#error "STM32750xx only has one flash page which contains the bootloader, no spare flash pages available, use external storage for persistent config or ram for target testing"
81
+
#error "STM32750xx only has one flash page which contains the bootloader, no spare flash pages available, use external storage for persistent config or ram for target testing"
53
82
#else
54
-
#error "Unsupported CPU!"
83
+
#error "Unsupported CPU!"
55
84
#endif
56
85
57
86
voidconfig_streamer_impl_unlock(void)
@@ -70,30 +99,31 @@ int config_streamer_impl_write_word(config_streamer_t *c, config_streamer_buffer
0 commit comments