Hi Expert,
AM3352 PSDK中是否有GPIO中斷處理的sample code可以讓客戶驗證AM3352的gpio中斷的功能?
謝謝
Daniel
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.
请问是RTOS下吗?
ti-processor-sdk-rtos-am335x-evm-06.03.00.106-Windows\pdk_am335x_1_0_17\packages\MyExampleProjects
ti-processor-sdk-rtos-am335x-evm-06.03.00.106-Windows\pdk_am335x_1_0_17\packages\ti\drv\gpio\src
以下文件的设备树中有相关配置 linux-kernel/arch/arm/boot/dts/am33xx.dtsi
gpio0: gpio@44e07000 {
compatible = "ti,omap4-gpio";
ti,hwmods = "gpio1";
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
reg = <0x44e07000 0x1000>;
interrupts = <96>;
};
其他的暂时没有找到,您可以到英文论坛发帖咨询一下。