결재를 진행하시면 아래의 동영상을 시청할 수 있는 권한을 부여해 드립니다.
본인 소유의 google 계정 이메일 주소가 있어야 합니다.
예제 소스는 아래 github에서 다운로드 할 수 있습니다.
$ git clone https://github.com/kernel-bz/kernel-study.git
리눅스 커널 GPIO 드라이버1 (GPIO in/out)
- GPIO 드라이버 등록 API 함수 설명:
- gpio_driver_init(): cdev_init()/cdev_add()/class_create()/device_create()
- GPIO 핀설정 API 함수 설명:
- gpio_request()/gpio_direction_output()/gpio_export()
- GPIO 입출력 API 함수 설명:
- gpio_write()/gpio_set_value()/gpio_read()/gpio_get_value()
https://youtu.be/RhzZew8Yj0U
동영상 상영시간: 52분
리눅스 커널 GPIO 드라이버2 (GPIO 인터럽트)
- GPIO 인터럽트 등록 API 함수 설명:
- gpio_to_irq() / request_irq() / gpio_irq_handler()
- GPIO 인터럽트 실행 과정 설명
https://youtu.be/A97QBEyepLs
동영상 상영시간: 39분