SysTick does not run when the FLASH start address is not equal to 0x08000000
I'm building an application where the flash is divided to facilitate firmware upgrades from a self written bootloader. If I try and run run the code without the bootloader on the MCU with the start address 0x08008000 the SysTick does not run. I assum...