Part Number: AM5728
Hi , I am trying to download PRU program C66x DSP to PRU using csl library in AM5728.
handle = PRUICSS_create(cfg,pru_num);
I cannot run this fuction because C66x DSP cannot access L3_MAIN space for PRU-ICSS (0x4B23_4000).
I guess I didnot initialize some interconnection or clk enable register.
Following is my current initialization information
address value
0x4A00_98FC 0x00017102
0x4A00_9718 0x0000_0002
0x4A00_9720 0x0000_0002
I cannot change memory value using Memory Brower in Code composer Studio.
0x4B23_4000 (PRU IRAM Global address) 0x0000_0000 <-- cannot change this value using Memory browerser.
I believe DSP cannot access PRU instruction memory at this time.
How can I access PRU IRAM memory using L4_CFG interconnect and PRU-ICSS interface slave port?
If somebody have a example code for this please let me know.
Doug