Tool/software: Code Composer Studio
I am developing a UART application both on PRU and A15(as master) base on the hands on example:PRU_RPMsg_Echo_Interrupt1_0.
And some error occurs when I run the application on A15 to communicate with PRU
error like:omap_l3_noc 44000000.ocp: L3 debug error: target 5 mod:1 (unclearable) ,Data Access in User mode during Functional access
I want to know what cause these errors ,as far as I know ,may be 1.the dts 2 the driver bug 3 illegal memory access .
and what's more ,how to debug the pru C program more efficiently in CCS?
some of TI tutorials suggest to access the PRU memory and debug from memory window in CCS, then is there a C demo about how to access memory of PRU ?
later on I will post the whole dmesg up,and my code .Need Help !