Other Parts Discussed in Thread: OMAP-L138, OMAP-L137, OMAPL138
I'm just getting started on using the OMAP L138 eXperimenter developement board and I'm following the example in section 1.4 from Donald Reay's book "Digital Signal Processing and Applications with the OMAP L138 eXperimenter."
The code was provided from: ftp://ftp.wiley.com/public/sci_tech_med/signal_processing.
When I step through the code, one of the first lines that is encounted is: EVMOMAPL138_init(); upon which I get the error: "Source not found." This function does not appear in either of the two .c files for this project. I get the impression it is part of a library. However, I've gone through all of the setup steps for this example so I'm at a loss as to what I'm missing. Any suggestions would be appreciated.
Aaron