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.
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
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()