Hi Jorge Gonzalez,
Thank you very much for your reply,
int main (void)
{#if(defined(CW))
sysinit();
#endif
gpio_init();
printf("\nRunning the Blink project.\n"); while(1)
{ Delay(20000);
LED1_TOGGLE;
Delay(20000);
LED2_TOGGLE;
Delay(20000);
LED3_TOGGLE;
}
}
/********************************************************************/
I have tried to find gpio_Init() function, but i can't get it.
I want to see how to configure this function.
If It's possible, please help me on this component.
Thank,
Minh.