Hello!
I am trying to setup a spi communication on the OMAP-L138 experimenter Board.
I connected a breakout board to the J13 connector on the board and wanted to measure the voltage levels. As far as i know the schematic from the board, the J13 has SPI0_CLK, SPI0_ENA, SPI0_SOMI and SPI0_SIMO pins. these pins i wanted to address via c code and measure the voltage level.
I used a sample code from TI where the SPI_init() for initialisation and SPI_xfer() for transmitting/receiving data methods were implemented. For the SPI_init() method i used the correct configuration i think, the only thing i am wondering is if there is a minimum frequency for the SPI, i use 800 Hz. The SPI_init() does finish without any error, but i cannot see any change in voltage level, but there must be one, at least the CLK signal should be visible??
Can anybody help me here out? thanks.
regards Christian