Hello TI,
I am using tms320c6746 with external DDR2 ram and external flash,
i am able to boot from flash in flash boot mode using ROM bootloader, which copies .bin file from flash and run in internal ram of TMS320C6746,
Query: i need to run same program in extenal DDR2 ram, so i setup .text,.stack,.data sections in my application.bin file to DDR2 memory,
i place the application.bin in flash with the help of NANDFlashWriter,
now i used the secondary bootloader in debug mode provided in startware package and tried to read the flash memory and copy it to ddr2 memory,
i read the app_entry from application.bin file which corresponds to DDR2 address,
when i jump to application address app_entry the application code does not run ,
what could be the issue and how can i debug/correct this
Also where can i find the format of RPSC files, i used out2rprc.exe utility provided in starterware tools to convert my application.out file to .bin file
i) do i need to setup stackpointer somewhere before jumping ot applications
ii) how do i can know the address to which i jump from bootloader is the correct address
kindly help on this