Problem Using Jump_To_Application() in app programming (IAP)
Hello there.I'm using a stm32F417VGT6 to perform an IAP in Keil IDE.in the bootloader, using the Bin file on a SD card, I read executed Binary program and write it on flash memory. then i use Jump_To_Application() to start the new app. Everything wo...