Hi there, this may seem like a foolish question, but I'm having a great deal of trouble figuring out where to specify things such as which McASP to use (McASP0 or McASP1) and where to specify the McASP register settings for the hardware configuration on our board. Our application is built on top of the audio echo example that came with the OMAP-L137 EVM but now I'm trying to target our custom hardware and I'm quite lost.
All the documentation I've seen so far refers to higher level viewpoints, I'm trying to modify the lowest level to work on our board. There is the struct mcasp_chanparam[Audio_NUM_CHANS] in audioSamplee_io.c that has all the McASP register values but the values I write there get overwritten later on (i.e. when I check the register values during emulation the values have been changed.) As you can probably tell, this is my first time working with DSP/BIOS so I'm on a steep curve and any help would be appreciated.
thanks,
Dave