Other Parts Discussed in Thread: CC1352R,
Tool/software: Code Composer Studio
Hello,
The problem is with CC3120 driver porting, when using the functions from driver. For example the first function which should be used sl_Start( ; ; ; ).
The CC3120MOD is connected with SPI with CC1352R
The code is:
#include <ti/drivers/net/wifi/porting/user.h>
#include <ti/drivers/net/wifi/source/objInclusion.h>
#include <ti/drivers/net/wifi/simplelink.h>
#include <ti/drivers/net/wifi/device.h>
_i16 Role;
Role = sl_Start(NULL, NULL, NULL);
Error:
Description Resource Path Location Type
#148 declaration is incompatible with "signed short Role" (declared at line 43) WiFi_Module.c /manDown_CC1352R1_nortos_ccs line 45 C/C++ Problem
Regards,
Ilian