Hi Dears I have a very big problem.MCU's internal flash was full and i want execute application program of external SDRAM but i dont know how i can.
I wrote a simple prog(LED Blinking- without Interrupt) and then place BIN Code on SDCARD. Boot Prog in flash load bin code to SDRAM and then jump to SDRAM address and execute code. it was ok but my problem is interrupt because i can't place interrupt vector address in SDRAM.