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.

LAUNCHXL-CC3235SF: Locking issue on CC3235SF Wifi processors

Part Number: LAUNCHXL-CC3235SF
Other Parts Discussed in Thread: CC3235SF

Tool/software:

Hello. Many CC3235SF processors were purchased from you. I made my own cards with them. There are people on the cards like getting a Wifi network scan rssi value. The processors hang during this scan without being bound to a certain condition. Whatcdog timer cannot solve this hang and it hangs. I tried this on your red LAUNCHXL development board and it also has this problem. What is the reason for this

  • Hi,

    This is a very generic description.

    can you describe what hangs exactly? what is hang during scan?

    If it also happens on TI EVB, please share a code example I can review/try.

    Shlomi

  • First of all, the same thing happens with TI EVB.
    The problem is this. I put the device into sleep mode. And when the hhtp request comes, I wake it up. I wait with sem_wait during sleep. When the http request comes, I call sem_post. The device is reset when the sem post call comes. This does not happen when I do not use the sem post call.

    The 2nd problem is this. When the http request comes, the Wifi scan is performed and the scan data is sent. Here, the processor is locked while the scan data is received and displayed on the serial port. Even the whatcdog timer part is locked and does this every time.