This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2651R3SIPA: Simple serial socket example build error

Part Number: CC2651R3SIPA


Tool/software:

Hi experts,

I tried to use a simple serial socket example provided by the GIT server.

https://github.com/TexasInstruments-Sandbox/ble_examples/tree/simplelink_cc13xx_26xx_sdk-6.40

but, the following error is occurring during Build. 

../Application/simple_serial_socket_client.c:1181:45: error: incompatible pointer to integer conversion passing 'void *' to parameter of type 'uint16_t' (aka 'unsigned short') [-Wint-conversion]
NULL) != SUCCESS)

please provide a way to correct the errors. 

thanks