Resolved! GPIO programming issue
Hi all ~I'm trying to control GPIO input in own application. and I refered to below wiki. https://wiki.st.com/stm32mpu/wiki/How_to_control_a_GPIO_in_userspacethis is my code. gint gpiochip_fd, ret; gchar gpiochip_path[20]; struct gpioevent_request i...