This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Program start from RAM

I tried simple code using Keil MDK5 for STM32F769 CPU. I've used Keil simulator and noticed that vector table is settled at 0 (ITCM RAM) with BOOT_ADDRx =0, directing CPU to start from 0. The question is how vector table was filled in RAM. If JTAG did it, what will happen when I don't have JTAG, ie in production ? If some code from flash did it, how CPU started from flash at the first place, if at least stack addr should be at 0 ?