STM32L562RETX bootloader problem
I'm using the cubeide 1.6.1 version.There's a problem with using the bootloader this time.This is bootloader code#define APPLICATION_ADDRESS (uint32_t)0x08010000typedef void (*pFunction)(void);pFunction JumpToApplication;uint32_t JumpAddress;int...