Flashing internal memory thru DFU Bootloader
Is it possible to flash the internal memory of a blank STM32L496ZG through USB? The device has Boot0 pulled down to GND, but all the memory banks are blank, from the application note it's unclear whether the MCU executes the embedded system bootloader in these conditions or not. From my understanding of it, since the flash memory is empty, the MCU uses the internal bootloader, and since a USB port is connected to it, it should be possible to use DFU. It is again unclear to me if it's possible to send a payload to flash the internal memory through DFU, without losing the possibility of executing the system bootloader once again.
