Other Parts Discussed in Thread: OMAP-L138,
Tool/software: TI C/C++ Compiler
Respected Fellows,
I am Using Evm Omap-L137 Starter Kit. I am having difficulties with Initializing Codec. I just want to start with simple non-software example. i would like to feed in Analog Signal (at LINE IN PIN ) and wanted to see on Oscilloscope (Through Line Out pin of Omap-l137). Its just a simple Analog to Digital And Digital to Analog conversion.I found out 3 ways for doing this task (1.Polling 2. Interrupts 3.DMA ). I would like to use Polling method. I am consulting a book which is on OMAP-L138. Because there is not much help available for OMAP-L137 that is why i am consulting book on OMAP-L138 .Both sharing same codec AIC3106. I am sharing program which i would like to implement. but i am note share where is this header file "L138_aic3106_init.h". Do anyone have idea how to make this file?or any related example or way of doing this.