pico-sdk icon indicating copy to clipboard operation
pico-sdk copied to clipboard

A new instance of `tcpip_thread` get spawned for each call to `cyw43_arch_init()`

Open attilawagner opened this issue 1 year ago • 0 comments

  1. Connect to WiFi
  2. Disconnect by calling cyw43_arch_deinit()
  3. Repeat For each repetition, a new FreeRTOS task gets created, eventually leading to a crash or hang when they try to modify the same data structures.

attilawagner avatar Aug 10 '22 19:08 attilawagner