This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/PROCESSOR-SDK-AM335X: Application fails to start from SD card

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.