"self downloading" firmware via USB
Hello
is it possible for the microcontroller with USB OTG to download the program memory from the USB stick itself?
In other words, change the firmware simply by connecting a USB stick with a .bin file and perhaps by resetting the component.
So far I have solved it using two MCUs. One only reads the .bin file from the USB and then uploads it to the target device via the usart bootloader, but this seems too impractical to me.
