User Activity

Hi, I am currently trying to implement a bootloader that runs from the internal flash and performs the following functions:1. copy application binary file to the SDRAM ( 0xC0000000)2. Jump to main application.So far I can copy the binary from the ext...