Sign in

username:

password:



Not a member?

Search c28x



Search tips

Subscribe to c28x



Sponsor

NEW! TMS320C6474: 3x the performance. 1/3 the cost. Three 1 GHz cores on 1 chip.

Discussion Groups

Discussion Groups | TMS320C28x | Problem in Flash programming

Technical discussions about the TI C28x DSPs (including the C2810, C2811, C2812, F2801, F2806, F2808, F2810,, F2811, F2812, R2811 and R2812).

  

Post a new Thread

Problem in Flash programming - b.du...@hart.co.in - May 16 10:06:39 2007




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

_____________________________________

 


(You need to be a member of c28x -- send a blank email to c28x-subscribe@yahoogroups.com )

Re: Problem in Flash programming - gopalakrishnan vishal anand - May 17 8:07:52 2007

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

_____________________________________

 


(You need to be a member of c28x -- send a blank email to c28x-subscribe@yahoogroups.com )