I need to filter ADC data received from a McBSP. I'm writing a DSP program in CCS, but I have not found soc.h or clsr_mcbsp.h anywhere for an OMAP 3530. I'm working to adapt the files from another board that I got from pspdrivers_1_10_01, but I'm curious if anyone has found a better way to configure the McBSP on OMAP 3530? Is there OMAP 3530 CSL support anywhere?
TI has directed me to the DVSDK, but I don't see anything in there for peripherals like the McBSP. Another approach is to initialize McBSP from the ARM side. Since I'm running Linux, do I have to hack around in the kernel or can I interact with McBSP from a user application?
If anyone has a successful programming model for McBSP on OMAP35x, I'd love to get some hints! Thanks!