My application crashs when calling sl_Task() or _SlNonOsMainLoopTask() . A hard fault exception occurs.
I am in a non OS environement and try to startup the CC3100 asynchronously with sl_Start(0,0, callback).
- Is there a precondition (some kind of init) for the sl_Task() or _SlNonOsMainLoopTask()?
- TI Programmer Guide swru386 mentions only sl_Task(), why?
- Why do all examples in the SDK use _SlNonOsMainLoopTask() which is not documented?
Hints how to solve this problem are highly appreciated.
Regards,
Christoph