Dear Ti Expert
I am using motor_control_sdk_am243x_09_01_00_06
I am planning to use ICSSG0 for both sdfm (PRU0) and Endat (PRU1) module
From examples on sdfm and endat linker.cmds, I can see both are pointing gSdfmSampleOutput ( sdfm) and gEnDatChInfo (endat) to same address
..
/* TCM used by ICSS PRU to write sdfm sample output */
.gSdfmSampleOutput : {} align(4) > R5F_TCMB0
..
/* TCM used by ICSS PRU to write endat channel Info */
.gEnDatChInfo : {} align(4) > R5F_TCMB0
..
R5F_TCMB0 : ORIGIN = 0x41010000 , LENGTH = 0x00008000
How do I modify the either sdfm or endat PRU to use different address for information sharing with R5 Core
Thanks
Alan I