Hello,
I am facing a problem while porting CC3120 drivers to STM32. It is showing error that MutexP_Handle and SemaphoreP_Handle undefined even I undefined SL_PLATFORM_MULTI_THREADED as mentioned in programming guide, SWRU455E and it is also mention in guide that "Implementation of OS Adaptation Layer is not required if the host application is based on a non-OS environment".
Will I have to implement sl_SyncObj/sl_LockObj in non os environment also? If yes, then what is the procedure to implement these object in stm32 platform?
Could you suggest any example for porting the driver of CC3120 to STM32 platform.