Posted on February 24, 2016 at 09:17 In the examples provided for STM32(STM32L476G_EVAL), there is a logic written to test whether user code is present in the application address before jumping. /* Test if user code is programmed starting from a...
Posted on February 24, 2016 at 13:04Yes, the MSP is within the range of RAM. There is no problem in jumping to my application code. The application runs fine after the jump. What I am unclear is why 0x2FFE0000 is used to AND with the value of APPLI...