EmBitz

Full Version: STM32L5/U5 Flash option restore
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The STM32L5 and U5 devices have been added to the EBlink scripts. The scripts support both single- and dual-bank mode.

The ability to switch from bank mode to the EBlink command line has also been added to the flash script of these devices.

Code:
eblink -E setDualBank(0|1)  // 0 = single and 1 =  dual bank

If you lost access to your device due to wrong flash options (even Cube programmer is not working) then you can restore the factory default with


Code:
eblink -E restoreDualBankMode()