Hi Alan,
This error code you find at \simplelink\include\simplelink.h:
#define SL_RET_CODE_ABORT (-6)
Additional information about error code SL_RET_CODE_ABORT you find at e2e forum.
As I know recovery procedure should look like:
Call stop…
Hi Kobi,
I am slightly confused for your answer. Correct me if I am wrong, but I think error code -6 from sl_Stop() mean SL_RET_CODE_ABORT not a SL_EAGAIN. As I remember that this ABORT error means more serious issue than only repeat API call again…
Hi Austin,
yes we use the most recent service pack.
This is the full code we use:
{ /* Config DHCP Server */
int16_t retVal;
SlNetAppDhcpServerBasicOpt_t dhcpParams;
unsigned char outLen = sizeof(SlNetAppDhcpServerBasicOpt_t);
dhcpParams…
Part Number: CC3100MOD Other Parts Discussed in Thread: SEGGER , CC3100 Having compiler errors when trying to integrate CC3100 into nrf52832 environment using Segger SES.
Had it working at one point after much work trying to get SL_FULL set so all the…