As the Reference Manual says, the ext_event0 is assigned to SDMA_EVENT14 and can be raised through the DISP0_DAT16 pin or GPIO_17 pin by correspondingly
configuring the IOMUXC_SW_MUX_CTL_PAD_DISP0_DATA16 or IOMUXC_SW_MUX_CTL_PAD_GPIO17 registers and IOMUXC_SDMA_EVENTS14_SELECT_INPUT
registers. Moreover, the SDMA_EVENT14 is shared between the spdif_drq0 event and ext_event0 event, so, you have to set the IOMUXC_GPR0[7] bit to dedicate it to ext_event0. The description, given in the Section 36.4.1 of the Refernce Manual, saying that the IOMUXC_GPR0[7] bit selects the ext_event1 event, is a typo, it
should be ext_event0.
Regarding the SDMA_EVENT47, it is just dedicated to ext_event1, that can be raised through the DISP0_DAT17 pin or GPIO_18 pin by correspondingly configuring the IOMUXC_SW_MUX_CTL_PAD_DISP0_DATA17 or IOMUXC_SW_MUX_CTL_PAD_GPIO18 registers and IOMUXC_SDMA_EVENTS47_SELECT_INPUT registers. No additional setup is required for ext_event1.
Have a great day,
Artur
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------