Reply by Wolfgang July 7, 20042004-07-07
Hello Ramin,

---------------------------------------------
:
#include <csl_gpio.h>
:
GPIO_Handle hGpio;
:
:
 hGpio = GPIO_open(GPIO_DEV0,GPIO_OPEN_RESET);
 GPIO_pinEnable(hGpio,GPIO_PIN8);
 GPIO_pinDirection(hGpio, GPIO_PIN8,GPIO_OUTPUT);
:
:
    GPIO_pinWrite(hGpio,GPIO_PIN8,b);  // DSP's LED
:
:
-----------------------------------------------

        When you want to use the csl,

                                Good luck, Wolfgang


"Ramin Deban" <ramindebanNOSPAM@hotmail.com> schrieb im Newsbeitrag news:LoCGc.8603$%A6.2162@charlie.risq.qc.ca...
> Hello, > > Have anybody source code which shows the use of GPIO on a 6711 DSK ? > > Ramin > >
Reply by Ramin Deban July 6, 20042004-07-06
Hello,

Have anybody source code which shows the use of GPIO on a 6711 DSK ?

Ramin