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.