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.

AM5748: How to create c header file that contains pru executable

Part Number: AM5748

Hi,

I would like to know about the exact way to create c header file that contains pru executable in C array format. Here, assumption is PRU executable (.out) has been created using CCS, but I`m not sure how we could load the hex image into the PRU program RAM. If we see pdk driver implementation (C:\ti\pdk_<version>\packages\ti\drv\pruss\src\pruicss_drv.c), it gets and copies the executable image (hex image) from a specific data pointer. In this example, I believe the driver expects the PRU executable has been converted to something like C array, but my question here is how we can create it.

Best Rgards,
NK