Hi Champ,
In my understanding, after any reset, the CPU begins execution from address 0x3FFFC0 (the reset vector), which is in the boot ROM.
I have noticed that the .cmd file of F2802x (F2802x_generic_flash) it seperates RESET and VECTORS into two memory blocks as below screenshot.
There are three questions I would like to know :
1). The .cmd file of F2802x particularly has VECTORS which the length is 3E words. Why it is needed for a space for the VECTORS ? What is put in the VECTORS ?
2). Doesn't the .cmd file of F28004x also need declare a memory space for VECTORS ?
3). For the .cmd file of F28004x, the RESET's length is only 2 words. Since it has no related VECTORS configuration, may I make sure the reset vector is in the RESET, correct ?
Thank you.