Other Parts Discussed in Thread: CC3135, CC3100, CC3120
I am trying to port the SimpleLink Wi-Fi SDK to nrf52840 using the steps described in the 'simplelink.h' file. But I am stuck at defining "#define _SlSyncObj_t".
the errors that I get are:
- Unkown type name 'SemaphoreP_handle'
- Unkown type name 'MutexP_Handle'
- Type '_SlSyncObj_t' could not be resolved
- Type '_SlLockObj_t' could not be resolved
I am not using an RTOS and I am new to the SimpleLink platform. can somebody help me out? if you need more info please ask.