Question
STM32L072CZ - Jumping in DFU bootloader via software
Hello
I'm migrating my STM32F072 project to the STM32L072.
In my original project (F072) I can jump to the DFU bootloader by software via a function located before SystemInit.
I tried to convert this to be used by L072 by changing the address of bootloader program to 0x1ff00004 it's not working.
Is it due to the dual memory bank? Is there a way to get it working?
Thank-you
André
