This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMDS243EVM: Add new task to the Task Manager

Part Number: TMDS243EVM
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:

  1. https://www.ti.com/lit/ug/spruj61/spruj61.pdf?ts=1680440691425
  2. 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