2019-04-08 07:33 PM
hello.
i want to USB DFU bootloader, however, i cannot control the boot0 pin high on my board.
so, i want to control boot0 pin in my main() function. it means that i want to goes to USB DFU bootloader by using firmware code.
is it possible?
please give me some information about it.
thanks a lot
2019-04-08 08:24 PM
You could likely remap ROM, and transfer control directly to entry point in ROM, see SP/PC from its vector table. Works for F2/F4 parts.
2019-04-08 08:55 PM
hello clive
it is my appreciated if you give me source code to me, or reference code.
thanks a lot