Tool/software:
Hi!
I am currently setting up CMPSS and PWMXBAR in one core, and I have my EPWM periph set up in a different core.
From the example - https://dev.ti.com/tirex/content/mcu_plus_sdk_am263x_10_01_00_31/docs/api_guide_am263x/EXAMPLES_DRIVERS_CMPSS_ASYNCHRONOUS_TRIP.html
It shows PWMXBAR 3 being used. I dont know why necessarily PWMXBAR 3 is being used, would be good to understand.
But my main question is what in my EPWM periph on the second core do i need to configure to ensure PWMXBAR 3 (which will route CMPSS H/L trigger) will route to the EPWM?
Note, I want any PWMXBAR trigger to trip the EPWM and I do not want the EPWM to recover (i.e. i think i want one-shot).
What in EPWM trip zone and digital compare should be set to achieve this? And where in the EPWM configurations does it specify that PWMXBAR 3 will trigger this vs PWMXBAR 4,5, etc?
Thanks!