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.

Starterware/EK-TM4C123GXL: GPIO Push button example with debounce support using timer.`

Part Number: EK-TM4C123GXL

Tool/software: Starterware

Hello,

Can you please provide me the example code for GPIO push button example with debounce support (using timer)

I've referred this post and getting multiple Button up/down for single press.

Can you please support or provide me the example if any ?

Thanks for the support.

Regards,

Titus S.

  • Hi,

    In Tiva/ EK-TM4CGXL/ drivers/ button.c file you have an example of key deboncing, with debouncing done inside a timer - SysTimer interrupt. If not satifactory, you may google for keyword "debouncing" , there are many examples written in C.