Hi,
I have a board that has connected the CC3100 to a CC2640 via SPI and I am trying to compile the driver from ti\tirtos_simplelink_2_13_00_06\packages\ti\drivers\wifi\cc3100 with IAR Embedded Workbench.
I am getting these errors:
Warning[Pe223]: function "GPIOIntDisable" declared implicitly C:\ti\tirtos_simplelink_2_13_00_06\packages\ti\drivers\wifi\WiFiCC3100.c 116
Error[Pe140]: too many arguments in function call C:\ti\tirtos_simplelink_2_13_00_06\packages\ti\drivers\wifi\WiFiCC3100.c 465
The code calls GPIOPinWrite(hwAttrs->enPort, hwAttrs->enPin, hwAttrs->enPin);
But GPIOPinWrite from gio.h is defined like this: void GPIOPinWrite(uint32_t ui32Pins, uint32_t ui32Val)
So I am doing something wrong here. Is there a example for CC2640+CC3100 that I missed? Or documentation how to do it?
Thanks
Sebastian