Quantcast
Channel: Processors forum - Recent Threads
Viewing all articles
Browse latest Browse all 17527

Documentation of StarterWare mainly MCASP

$
0
0

Need a little help;
I'm using the kit OMAPL138 LCDK and after many attempts, I managed to successfully run the example I will use as a basis for the development of a project (McASP).
However, I could not in any way (many attempts) find the CSL (Chip Support Library) for OMAPl138 / C674x.

Let me give an example:

I have a piece of code:

int main(void)
{
unsigned short parToSend;
unsigned short parToLink;

/* Set up pin mux for I2C module 0 */
I2CPinMuxSetup(0);
McASPPinMuxSetup();

/* Power up the McASP module */
PSCModuleControl(SOC_PSC_1_REGS, HW_PSC_MCASP0, PSC_POWERDOMAIN_ALWAYS_ON,
PSC_MDCTL_NEXT_ENABLE);

/* Power up EDMA3CC_0 and EDMA3TC_0 */
……………

The I2CPinMuxSetup (0) function, for example, find no documentation on how to use it.
can someone help me?



Viewing all articles
Browse latest Browse all 17527

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>