Technical discussions about the TI C28x DSPs (including the C2810, C2811, C2812, F2801, F2806, F2808, F2810,, F2811, F2812, R2811 and R2812).
Hi All, I am facing a prob. After programming Flash, It is not executing program after a power on reset. But start working when I started CCS & giving RUN command. So it is not working as a standalone system. Used eZdspTMS320F2812 & JTAG Flash utility. I think some mistake in initialization. If any body have any idea pl. help. Biswarup You can post a message or access and search the archives of this group on DSPRelated.com: http://www.dsprelated.com/groups/c28x/1.php _____________________________________
Hi dutta, your problem most likely is in the InitFlash routine. I've written about this already in another thread. You've to ensure that InitFlash routine executes from SARAM ONLY & not from the flash itself. Include a #pragma directive to the linker in your code to ensure that the InitFlash routine is loaded into the SARAM. The program should start working. Thanks, Vishal. --- b...@hart.co.in wrote: > Hi All, > > I am facing a prob. > > After programming Flash, It is not executing program > after a power on reset. But start working when I > started CCS & giving RUN command. So it is not > working as a standalone system. > > Used eZdspTMS320F2812 & JTAG Flash utility. > > I think some mistake in initialization. > > If any body have any idea pl. help. > > Biswarup You can post a message or access and search the archives of this group on DSPRelated.com: http://www.dsprelated.com/groups/c28x/1.php _____________________________________