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.

CC3100 p2p project porting to F28035

Hello everyone,

Now,I am porting example P2P with F28035.

First of all, I have tried using example spi_debug_tool to test my spi portocal is working or not. And it's working. P.s. It is 16bits a time

But I still stuck in LOOP_FOREVER().Look at the picture below.

 

I find that the function sl_DevGet() get the wrong return value,because the descriptor value are wrong.(0x1111 0x0001 0x000c 0x003F)

I have no idea to solve it.

Hope someone can help me,THX.