Other Parts Discussed in Thread: BOOSTXL-CC3135, , CC3135
Hello,
We are evaluating with the Eval board for CC3135MOD (BoostXL-CC3135) with SimpleLink-Library.
We want to develop a simple application and are communicating over UART. With this we want to check our Hardware boards with the CC3135 wlan module.
Our Problem: After starting the SimpleLink-Lib with "sl_Start()" we only receive a single answer to one of the requests we are sending (for example we send "sl_NetCfgGet(…)" or "sl_DeviceGet(…)"). However the second request won't be answered anyway - independend of the request we send.
With an oscilloscope we recognized, that the packet was sent to CC3135MOD, but there's no answer at all. It's like the module is hanging or waiting for something.
According to rts/cts the module seems to be Ready - we would wait if it's not. The state of the hibernate pin doesn't Change according to the first request. Also a reset doesn't appear.
Does anybody have any idea?
Looking forward to every response.