Posted on July 01, 2018 at 11:11I'm working on STM32F107VC and I'm trying to create a simple bootloader.All the boot-loader have to do is check two places in the flash where the application can be and jump to one of the applications.(currently I man...