Part Number:OMAP-L138
Tool/software: Code Composer Studio
I am trying to find a method of interfacing an arduino with a omap-l138, preferably with no hardware modifications, and would like to know what the best communication method would be. I have tried using UART and SPI and was not able to read any signals on an oscilloscope. If I2C or SPI were used the arduino would function as the slave. There would only be a need for a single slave module.
1. What communication method should I use in order to avoid hardware modification?
2. Could I get any pointers as to where to look for example code (I've been trying to modify the starterware and couldn't get any results). I haven't figured out how to configure the processor sdk, but would still appreciate pointers as to where I can find specific code examples within it.
Thanks!