Hello Sir,
I'm using the CC3100 as SPI slave side and a Atmel SAM4S as SPI host side. I have to migrate TI SDK driver to our project which is a RTOS system. I have some questions and need your help;
1. As I know only user.h can be modified, can you recommend which user.h I can reference ?
2. My reference project is getting_started_with_station that running on Eclipse. Maybe now my user.h setting is wrong because it's always fail when call sl_start(). Deep in it I found when host_irq has a interrupt the program flow like this _SlDrvRxIrqHandler() -> sl_Spawn() -> _SlNonOsSpawn(). I checked the behavior in getting_started_with_station project it likes _SlDrvRxIrqHandler() -> sl_Spawn() ->_SlDrvMsgReadSpawnCtx(). have any idea to solve the problem ?
3. if only non-OS version of user.h can be reference can you still tell me ? I can use it to bring up CC3100 at beginning.
Regards ,Collin