Hi,
I am using a custom F28335 board with external SRAM (256 kB x16). The off chip SRAM is mapped to Zone 6 (origin=0x100000, length=0x40000).
The size of the variables used in the program is well within the SRAM and FLASH capacity of the board.
When i debug the code in SRAM, the code is working fine. Similarly when i debug the code in FLASH it is also working fine.
But, when i disconnect the DSP board from emulator, the programming is not running in DSP.
I am initializing the external memory in DSP2833x_CodeStartBranch.asm using InitExtMemIf
I have got InitExtMemIf. asm (David M. Alter) file from my previous post in TI community and have modified it. i have attached the assembly file for reference.
I have done modifications in the InitExtMemIf. asm file based on the value of GPCMUX1, GPCMUX2, GPBMUX1, GPAMUX2 and XTIMING6 given in the gel file.
As the program works well in debug mode, i just used the value present in the gel file to initialize the GPCMUX1, GPCMUX2, GPBMUX1, GPAMUX2 and XTIMING6 in InitExtMemIf. asm file.
Kindly help me in identifying the issue.
Regards,
subash