Other Parts Discussed in Thread: MCU-PLUS-SDK-AM243X
The MCU-PLUS-SDK-AM243X has an example for the PRU0 core.
I have imported the example project from the SDK into CCS, built and run this application on ICSS_G0_PRU_0.
The application is "empty_am243x-lp_icssg0-pru0_fw_ti-pru-cgt"
However, I can't figure out how to build/run on PRU1.
I followed the comment here: AM243x MCU+ SDK: Empty Project (ti.com) by right-clicking the project in CCS and selecting "properties"
In the displayed Window, with "General" selected on the Left, I changed the "Variant and Core" line from PRU_0 to PRU_1.
Running "Rebuild" after this works, but when trying to load the program to PRU_1 core, I get "data verification failed" error...
How can I modify that example project so it runs on ICSSG0_PRU1 core?