2019-09-20 11:42 PM
I am working on IAP in STM32F4. I received .bin file using uart and flash it in 0x08004000 address successfully and disable irq , set msp , set vector, deinit hal , reset the systick registers but the jump is not working , It just freeze there. Can anyone help me on this.
Solved! Go to Solution.
2019-10-03 03:13 AM
Is there a way I do it in program itself without changing them manually in system_stm32f4xx.c file?