Perhaps you can check how the old Starterware code setup the FIFO for reference.
http://www.ti.com/tool/starterware-dsparm
/**
* \brief Enables the Write FIFO for McASP. This shall be done before
* taking McASP out of Reset. First this API…
Same problem here.
I can't locate these .h as well, even after I installed the StarterWare for LCDK OmapL138 ( www.ti.com/.../starterware-dsparm)
What's the solution?
Hi Ashish,
Ashish Maheshwari said:
Will you please tell us which pattern to write, we wrote 0xAA to SDRAM at all the location in a sequential manner,
The old starterware software: http://www.ti.com/tool/starterware-dsparm
I found an old DDR_STRESS_TEST…
Hello,
I would recommend www.ti.com/.../starterware-dsparm as a starting point. You can study the C55 Connected Audio Framework, and then port one of the existing USB examples from the OMAP-L138 starterware together with one of the codec examples, modifying…
Thanks Todd.
The hardware that I'm interested is sort of legacy and/or phase out. It seems like there was at one point Starterware for the omapl138, per this wiki. www.ti.com/.../starterware-dsparm . This same page points to the LCDK evm board for…
Hi Technion,
Welcome to the TI E2E forum. I hope you will find many good answers here and in the TI.com documents and in the TI Wiki Pages. Be sure to search those for helpful information and to browse for the questions others may have asked on similar…
Hi Vinay,
For C6748, SPI driver is available.
Go to this link: http://www.ti.com/tool/starterware-dsparm and download the starterware package which encloses the SPI driver at path: "..\ti\C6748_StarterWare_1_20_04_01\examples\lcdkC6748\spi"
…
Hi,
Thanks for your post.
I don't think, there are readily available examples for audio mixing through McASP with OMAPL138. May be, you could start with OMAPL138 starterware LCDK examples to experiment biometric demos like facedetect demo. Please…
Hi,
Thanks for your post.
Please refer below the LCDK wiki which is a complete hardware and software reference design for Analytics, Biometrics, Audio and lot more to think of end applications:
http://processors.wiki.ti.com/index.php/L138/C6748_Development_Kit_…
Hi Kazu,
In AM180x and OMAPL138, the ARM cores are the same. So you can refer to the uart example code ( given in the starterware package ) and its configuration and compare it with your code.
You can download the starterware package from this website…