I am trying to port a UART driver from PSP to run on an the ARM of the OMAP0L138 using Sys/BIOS...
What I am finding out is that it loos like the PSP code was designed for the DSP, so I moded the code for the ARM.
Next I found out that there is some interfaces that are suported on the BIOS for the DSP that are not present on the SYS/BIOS, so I moded that.
Now I am trying to get the driver into an IDriver version form the IOM version that it was.
I am not running into an issue where the IDriver seems to have some documentation wholes and the examples dont seem to be very practicle.
Also I could not get the xs utility to run to generate the template.
What I am missing is how to get the Function Handles Open/Submit/Close etc. registered into the Driver Table.
I am guessing I am going to make a table with the pointers to the functions and then some how include a pointer to the table when I call the DriverTable_add function?
But I am missing the what to use part.
Thanks,
Mike Geppert
IPC: 1.24.0.16
SYS/BIOS: 6.33.0.19
PSP: 1.03.01 (I only snagged the UART/CSLR code out of this and made it a project inside CCS)
XDC 3.23.0.32
CCS: 5.1.0.09000