Tool/software:
Hi TI expert:
i am studying udma usage from https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1168499/tda4vm-gpio-udma-for-uss-capture , and got some question:
1. for App_setupL2G() and App_setUdmaIntAMap(), what local event value come from? eg, i want connect a GPIO bank interrupt to udma, how to calculator the local event value. the sample code "gIntAggrLeviEvtId" is hard code and dont know how it came from.
2. for register CSL_NAVSS0_UDMASS_INTA0_CFG_L2G_BASE(0x31100000), the mode bit and GPIO interrupt , is that mean GPIO falling edge interrrupt can't trigger, only rising and both edges map to this register mode mode bit: 0/1? thanks.