Hi!
Just wanna know which demos included in the OMAPL138_StarterWare_1_10_04_01 are easy to observe when running? Such as some LED blinking? Is there a gpioled demo? Couldn't find it .....
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi!
Just wanna know which demos included in the OMAPL138_StarterWare_1_10_04_01 are easy to observe when running? Such as some LED blinking? Is there a gpioled demo? Couldn't find it .....
So what would happen when I run the demo and inserted/ejected the SD card? Is the GPIO pin is linked to a LED? Can I observe something when the interrupt happens?
So ,which one should I use, NAND 8 or NAND16?
while(1)
{
GPIOPinWrite(SOC_GPIO_0_REGS, 109, GPIO_PIN_LOW);
Delay(1000000);
GPIOPinWrite(SOC_GPIO_0_REGS, 109, GPIO_PIN_HIGH);
Delay(1000000);
}