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