Part Number: PROCESSOR-SDK-AM335X
Tool/software: TI-RTOS
Hi,
I'm trying to run my application from sd card. When I'm runnig debug via JTAG befor starting my application I run this script AM335x_PRU_ICSS.gel. After I copy every code similar to C I have to convert this code to C:
GEL_MemoryFill(0x4a300000, 0, 16*1024, 0x0, 0xC);
GEL_MemoryFill(0x4a310000, 0, 12*1024, 0x0, 0xC);
How do I do it? Please help me.