Tool/software: Code Composer Studio
in trm of omap 3530.it is said that omap 3530 has 1gb boot space that is mapped to either ROM boot loader or gpmc memory depending on SYSBOOT_5 pin.
so when SYSBOOT_5 = 1 ,ROM is remapped to boot space i.e vector table is mapped to internal ROM. and on reset arm will start executing instructions from internal ROM as it is mapped to boot space
my problem is that what happens when SYSBOOT_5 = 0. when SYSBOOT_5 is equal to 0,will ROM boot loader executes or directly boot space will be mapped to gpmc i.e nand and in this case no instructions from ROM boot loader will be executed?
