Search found 3 matches
- Tue May 30, 2023 8:34 am
- Forum: ESP-IDF
- Topic: ESP32S3 WROOM-2 Flash 32MB, 8MN PSRAM - issue with MSPI Timing: tuning fail
- Replies: 0
- Views: 1064
ESP32S3 WROOM-2 Flash 32MB, 8MN PSRAM - issue with MSPI Timing: tuning fail
Hi, on my new ESP32S3 WROOM-2 32MB Flash 8MB PSRAM chips I have started seeing given error: MSPI Timing: tuning fail, best point is fallen back to index 1 All chips are the same, however I can see given error for only on some of them. Reducing Flash frequency to: CONFIG_ESPTOOLPY_FLASHFREQ_40M=y is ...
- Mon Apr 03, 2023 8:40 am
- Forum: ESP-IDF
- Topic: Get reason of disconnection for WiFi AP mode
- Replies: 5
- Views: 1892
Get reason of disconnection for WiFi AP mode
Hello, I would like to get reason of disconnection for wifi_event_ap_stadisconnected_t , similar as we have for wifi_event_sta_disconnected_t . I need to detect attempting to connect to the access point with an incorrect password. There was some topic here and was pointed there is missing expose of ...
- Thu Dec 15, 2022 10:48 pm
- Forum: ESP-IDF
- Topic: sysviewtrace_proc parse error for heap_trace_init_tohost
- Replies: 1
- Views: 1314
sysviewtrace_proc parse error for heap_trace_init_tohost
Hello, I am trying to parse trace got from heap_trace_init_tohost feature using JTAG USB ESP32S3. In code: esp_log_set_vprintf(&esp_sysview_vprintf); if(heap_trace_init_tohost() != ESP_OK) { ESP_LOGE("TAG", "Failed to init heap trace!"); return; } heap_trace_start(HEAP_TRACE_ALL); ... heap_trace_sto...