Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 9795

Beginners • CM5 - IO Configuration for GPIO 14

$
0
0
Hi there,

would like to use the GPIO14 as a "normal" input - just need to read out the current state of the input which acts a a user button. Unfortunally when I read out the pin with

Code:

gpioget GPIO14
the pin in always HIGH despite the hardware works so the button is low-active and I already measured the voltage on the hardware side.

I think there might be a configuration issue because the GPIO14 is normally used for UART - i guess.

I already tried to disable uart in

Code:

/boot/firmware/config.txt
with

Code:

dtparam=uart0=off
but it doesn't work.

Can you please give me a hint how to configure gpio14 as normal input and what I need to take care of.

Thanks and kind regards

Statistics: Posted by jjjg_00 — Thu Jan 08, 2026 1:02 pm



Viewing all articles
Browse latest Browse all 9795

Trending Articles