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
If the bootloader uses OSPI to memory map external flash and/or RAM (e.g. if the application binary is too large for embedded flash), calling embassy_stm32::init breaks it due to two reasons (that I am able to tell):
If the bootloader uses OSPI to memory map external flash and/or RAM (e.g. if the application binary is too large for embedded flash), calling
embassy_stm32::init
breaks it due to two reasons (that I am able to tell):embassy/embassy-stm32/src/lib.rs
Line 518 in 06869e2
embassy/embassy-stm32/src/rcc/h.rs
Line 419 in 06869e2
The text was updated successfully, but these errors were encountered: