Search found 3 matches
- Wed Jul 28, 2021 10:19 pm
- Forum: ESP-IDF
- Topic: Wifi warnings log output decoding
- Replies: 3
- Views: 5963
Re: Wifi warnings log output decoding
Hello: I have the same problem. My code works fine on idf v4.2. But on idf v4.3, I get the same new warning messages: [Codebox] I (7212) wifi:mode : sta (cc:50:e3:82:f1:14) I (7212) wifi:enable tsf I (7212) [app_main]: Waiting for wifi connection... I (7212) [wifi_event_handler]: WIFI_EVENT_STA_STAR...
- Sat Feb 27, 2021 12:35 am
- Forum: ESP-IDF
- Topic: uart_hal_write_txfifo panic in 4.2 but not 4.1
- Replies: 4
- Views: 5260
Re: uart_hal_write_txfifo panic in 4.2 but not 4.1
Thanks eriknorth:
Disabling this flag CONFIG_BTDM_MODEM_SLEEP, I solved my problem.
Best regards!
italijancic
Disabling this flag CONFIG_BTDM_MODEM_SLEEP, I solved my problem.
Best regards!
italijancic
- Mon Jan 18, 2021 1:43 pm
- Forum: ESP-IDF
- Topic: uart_hal_write_txfifo panic in 4.2 but not 4.1
- Replies: 4
- Views: 5260
Re: uart_hal_write_txfifo panic in 4.2 but not 4.1
I have the a similar problem. My code has been working fine when built with the espressif/idf:release-v4.1. But with the v4.2 idf version, I get panics like the following: ASSERT_PARAM(-218959118 0), in arch_main.c at line 343 Guru Meditation Error: Core 0 panic'ed (Interrupt wdt timeout on CPU0). C...