Part Number:CC3100
Hello,
i ported the Library to a STM32F4 with free RTOS. Everything is doing fine, going through the init like in:
http://processors.wiki.ti.com/index.php/CC3100_SPI_Host_Interface
at sl_DevGet the commands get sent, but later at
RetVal = _SlDrvMsgReadCmdCtx(pCmdCtrl->Opcode); /* will free global lock */
it waits for a message, but doesnt call my "SPI_read" so it returns a -100 after it is timed out.
Here a picture of my scope:
with
d0 dout
d1 din
d2 clk
d3 cs
d4 irq
Bitrate is about 150 khz
until that point everything is good. Anyone got a solution to this?