I am looking for a good set of header files for the OMAP-L138 registers.
I have the "cslr" files that come packaged with the "PSP drivers". These files are pretty difficult to use, whereas for all the C2000 microcontrollers I have used come with a great set of header files, complete with struct bit fields (rather than clunky macros), that are directly mapped to the registers via a linker config file. Is there something like that out there, or in the works? It would make my life a lot easier.
Thanks.