Other Parts Discussed in Thread: SYSCONFIG
I'm using the SD project in the following SDK: mcu_sdk_am243x_09_00_00_05
I would like to add a new task to the PRU's task manger which is synced on EPWM1 - like EPWM0 which is already given.
I managed to create and compile the EPWM1 via SysConfig, however I could not find any help in the following documents for defining new task:
- https://www.ti.com/lit/ug/spruj61/spruj61.pdf?ts=1680440691425
- https://www.ti.com/lit/ug/spruhv6b/spruhv6b.pdf?ts=1599573620918
Is there a document with more details? Like the task manger’s constant table? A detailed explanation and the event comparator?
Thanks