Part Number: DK-TM4C129X
Tool/software: TI-RTOS
Hi,
In my project I have to toggle PT3 pin in every two seconds.For this purpose, I seached GPIO toggling.I can not find any functions like GPIOPinToggle(BASE,PINNO) although GPIO_toggle() looks good.It is used with Board_LED0 but I can not implemented it with PT3.How can I do it? I made this operation in a discreate task and slept it 2 seconds with Task_sleep(2000); Is that enough to 2 secs. sleeps or could I use a timer ? Thanks for your answers. Best Regards.
Cengizhan YAPICIOĞLU