Re: Programming the FLASH - TMS320C2812
- From: "BIT" <rramani@xxxxxxxxx>
- Date: 31 May 2006 08:01:59 -0700
Hi Mitja,
That was real cool. I found the code :
for(iVol= 0; iVol< ( (131072/2)/12 ); iVol++)
{
}
but I don't quite understand how the above FOr loop would produce a
131072 cycles delay
What is that (131072/2)/12 refer to.
Thanks,
Ram
Korenje wrote:
Hi Ram
check in
C:\tidcs\c28\dsp281x\v100\DSP281x_common\source\DSP281x_SysCtrl.c
you should have it if you installed C/C++ Header files
Mitja
BIT wrote:
Hi all,
I am trying to erase the FLASH of TMS320F2812 using the custom API
provided by TI.
http://focus.ti.com/dsp/docs/dspplatformscontento.tsp?sectionId=2&familyId=510&tabId=517
In one of the steps it talks about initializing the PLL control
register from using software delays. The PLL lock time is 131072
cycles. Any idea how I can write C-code for such a delay.
Thanks,
Ram
.
- References:
- Programming the FLASH - TMS320C2812
- From: BIT
- Re: Programming the FLASH - TMS320C2812
- From: Korenje
- Programming the FLASH - TMS320C2812
- Prev by Date: Implementing NLMS for Echo cancelation in Speech
- Next by Date: using Pilot symbols in DVB-S2
- Previous by thread: Re: Programming the FLASH - TMS320C2812
- Next by thread: Programming the FLASH - TMS320C2812
- Index(es):
Relevant Pages
|