跳至内容
文档中心
用户工具
Login with Keycloak
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
Login with Keycloak
>
最近更改
媒体管理器
网站地图
您在这里:
index
»
jaysnote
»
gpio_int_failed
jaysnote:gpio_int_failed
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
<markdown> # a64 gpio interrupt init failed 如下`pc0`,`gpio64 `设置中断触发边沿失败。 ```bash ~$ tree /sys/class/gpio/gpio64/ ├── active_low ├── device -> ../../../1c20800.pinctrl ├── direction ├── power │ ├── async │ ├── autosuspend_delay_ms │ ├── control │ ├── runtime_active_kids │ ├── runtime_active_time │ ├── runtime_enabled │ ├── runtime_status │ ├── runtime_suspended_time │ └── runtime_usage ├── subsystem -> ../../../../../class/gpio ├── uevent └── value ``` 对比,`pb0` ` gpio32`,这里没有`edge` 属性。 ```bash ~$ tree /sys/class/gpio/gpio32 /sys/class/gpio/gpio32 ├── active_low ├── device -> ../../../1c20800.pinctrl ├── direction ├── edge ├── power │ ├── async │ ├── autosuspend_delay_ms │ ├── control │ ├── runtime_active_kids │ ├── runtime_active_time │ ├── runtime_enabled │ ├── runtime_status │ ├── runtime_suspended_time │ └── runtime_usage ├── subsystem -> ../../../../../class/gpio ├── uevent └── value ``` 对比`3.21.2.1. PB Configure Register 0 (Default Value: 0x77777777)` 和`3.21.2.10. PC Configure Register 0 (Default Value: 0x77777777)` 这里pc0 确实不支持中断。 > **提示**:`Allwinner_A64_User_Manual_V1.1_decrypted.pdf`->`Chapter 3 System`->`3.21. Port Controller(CPUx-PORT)`   </markdown>
jaysnote/gpio_int_failed.txt
· 最后更改: 2021/06/22 23:14 (外部编辑)
页面工具
显示页面
修订记录
反向链接
回到顶部
LECONIOT
Toggle navigation
文档
博客