Other Parts Discussed in Thread: SYSCONFIG
I am use the DRA624. and I use the GPIO4[8] to input AD's EOC .I want the GPIO4[8] to trigger EDMA to move AD data, but the EDMA didn,t move the AD's data.
I measure the GPIO4 synchronization event signal by OBS_DMA pin, there is no GPIO4 synchronization event pulse is generated.
the associate setting is:
the pin D21 is configed as GPIO by PINCTRL 109, and the D21 receiver ability is enabled.
the GPIO4[8] is configed as input by GPIO_OE register.
enable the falling edge detection by GPIO_FALLINGDETECT register
enable the GPIO4 interrupt 0 by GPIO_IRQENABLE_SET_0
PS: the interrupt of GPIO4 can generate correctly.