Functions | |
| void | bsp_set_pru_firmware (uint32_t *frameProc, uint32_t frameProcLen, uint32_t *hostProc, uint32_t hostProcLen) |
| This function internally sets the location from which PRU firmwares can be loaded. More... | |
| void bsp_set_pru_firmware | ( | uint32_t * | frameProc, |
| uint32_t | frameProcLen, | ||
| uint32_t * | hostProc, | ||
| uint32_t | hostProcLen | ||
| ) |
This function internally sets the location from which PRU firmwares can be loaded.
| frameProc | Pointer to a buffer containing HRT PRU firmware (ecat_frame_handler_bin.h) |
| frameProcLen | Size of the HRT PRU firmware |
| hostProc | Pointer to a buffer containing SRT PRU firmware (ecat_host_interface_bin.h) |
| hostProcLen | Size of the SRT PRU firmware |