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.

CC3235MODASF: STA disconnect

Part Number: CC3235MODASF
Other Parts Discussed in Thread: LAUNCHCC3235MOD

Hello I'm developing

a firmware on LAUNCHCC3235MOD.

The firmware Configure SimpleLink as P2P-CLIENT and then act as TCP server:

it listens on 50002 port and accept connection.

The software on PC (the TCP client) sends a packet with a progressive byte (0,1,2,...) at position 0,

the Simple Link receives this packet, print the progressive byte on UART and the answers to PC a new packet

with the same progressive byte at position 0.

This simple test exchanges a lot of packets correctly but at a certain point Application processor receives SL_WLAN_EVENT_P2P_DISCONNECT from NWP and I loose connection.