Reply by Albert September 24, 20072007-09-24
thank you but I want only one complete simple program in c28xx
simulator.

Reply by Vladimir Vassilevsky September 24, 20072007-09-24


Albert wrote:

> Thank you Vladimir . > What Header files shoud be add? > Can you tell me how do I use c28x Simulator in ccs for simulation this > program? >
I can certainly teach a course on 28xx programming, however this is going to be the business. The contact is at the web site below. Vladimir Vassilevsky DSP and Mixed Signal Design Consultant http://www.abvolt.com
Reply by Albert September 24, 20072007-09-24
Thank you Vladimir .
What Header files shoud be add?
Can you tell me how do I use c28x Simulator in ccs for simulation this
program?

Reply by Vladimir Vassilevsky September 24, 20072007-09-24
EALLOW;
GpioMuxRegs.GPAMUX.all  = 0;
GpioMuxRegs.GPADIR.all  = 1;
GpioDataRegs.GPASET.bit.GPIOA0  = 1;
GpioDataRegs.GPACLEAR.bit.GPIOA0  = 1;

Incredible, isn't it?

VLV





Albert wrote:

> Hello dear Vladimir , Thanks for your attention and quick response . > Yes , Very , But I don't undrestand many things , because it dosen't > exist a simple example to learning F2812 or CCS for beginners . I am > an AVR programer but I think DSPs are very different with > Microcontrollers. > I need a simple program under CCS fot turning an LED on/off to > familliar with F2812 DSP I/O and CCS IDE. > This simple program will illuminate very point of DSP working. > This simple program will solve many beginner's problems like me. > > regards > > albert > > > On Sep 24, 4:13 pm, "Vladimir Vassilevsky" > <antispam_bo...@hotmail.com> wrote: > >>"Albert" <dsp....@gmail.com> wrote in message >> >>news:1190607442.927819.111950@o80g2000hse.googlegroups.com... >> >> >>>Hello , I am beginner in DSP . How to Set/Reset a PIN on TMS320F2812 >>>for familiar with DSP GPIO port. Under CCS v3.1 without eZdsp F2812 >>>DSK . ( Via RS232 cable and F2812 in Bootlader mode ) . >> >>Have you ever tried to read the manual? >> >>VLV > > >
Reply by Albert September 24, 20072007-09-24
Hello dear Vladimir , Thanks for your attention and quick response .
Yes , Very , But I don't undrestand many things , because it dosen't
exist a simple example to learning F2812 or CCS for beginners . I am
an AVR programer but I think DSPs are very different with
Microcontrollers.
I need a simple program under CCS fot turning an LED on/off to
familliar with F2812 DSP I/O and CCS IDE.
This simple program will illuminate very point of DSP working.
This simple program will solve many beginner's problems like me.

regards

albert


On Sep 24, 4:13 pm, "Vladimir Vassilevsky"
<antispam_bo...@hotmail.com> wrote:
> "Albert" <dsp....@gmail.com> wrote in message > > news:1190607442.927819.111950@o80g2000hse.googlegroups.com... > > > Hello , I am beginner in DSP . How to Set/Reset a PIN on TMS320F2812 > > for familiar with DSP GPIO port. Under CCS v3.1 without eZdsp F2812 > > DSK . ( Via RS232 cable and F2812 in Bootlader mode ) . > > Have you ever tried to read the manual? > > VLV
Reply by Vladimir Vassilevsky September 24, 20072007-09-24
"Albert" <dsp.ccs@gmail.com> wrote in message
news:1190607442.927819.111950@o80g2000hse.googlegroups.com...
> Hello , I am beginner in DSP . How to Set/Reset a PIN on TMS320F2812 > for familiar with DSP GPIO port. Under CCS v3.1 without eZdsp F2812 > DSK . ( Via RS232 cable and F2812 in Bootlader mode ) .
Have you ever tried to read the manual? VLV
Reply by Albert September 24, 20072007-09-24
Hello , I am beginner in DSP . How to Set/Reset a PIN on TMS320F2812
for familiar with DSP GPIO port. Under CCS v3.1 without  eZdsp F2812
DSK . ( Via RS232 cable and F2812 in Bootlader  mode ) .

Best regards and thank you .