2019-07-11 02:08 AM
Hello,
My question is what address of MSP should I set when trying to enter built-in STM32 DFU bootloader (located at 0x1FF00000 from AN2606). I looked at some sources and people use __set_MSP(0x20003420); But others use __set_MSP(0x1FF00000). So which one should I choose?