This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Use of i2c, gpio, spi drivers in DSP on OMAP3530

Other Parts Discussed in Thread: OMAP3530

I'm in hard time to access i2c, gpio, spi drivers in DSP/BIOS on OMAP3530.

WinCE is running on gpp side of OMAP3530, and DSP/BIOS is running on dsp side. Using the visual studio 2005, I could run the sample application such as message.out as following the dsplink document 'Install guide on OMAP3530'.

now, I want to use i2c, gpio, and spi on DSP side, but I can't get any information about programming that, and I don't think that using such device drivers in OMAP3530 WinCe BSP is the solution.

I don't know what I have to do for this. Is it alright using the device driver codes in ITBOK ?