check_failed at /Users/mephisto/esp/esp-idf/components/esp_common/src/esp_err.c:42Stack dump ...
I don't have a datasheet for the display to be able to determine if that is the issue or not and a lot of the time these Chinese manufacturers do not include the information that is needed in order to check. The only way to check is by having to look through some demo code if ...
Info : JTAG tap: esp32c3.cpu tap/device found: 0x00005c25 (mfg: 0x612 (Espressif Systems), part: 0x0005, ver: 0x0) Info : datacount=2 progbufsize=16 Info : Examined RISC-V core; found 1 harts Info : hart 0: XLEN=32, misa=0x40101104 Info : Listening on port 3333 for gdb con...
(4096k). Probe failed. assert failed: do_core_init startup.c:298 (flash_ret == ESP_OK) Core 0 register dump: MEPC : 0x4038192e RA : 0x403848ae SP : 0x3fcde190 GP : 0x3fc8b000 TP : 0x00000000 T0 : 0x37363534 T1 : 0x7271706f T2 : 0x33323130 S0/FP : 0x3fcde2ff S1 ...
DISP_REFR 1 #define LV_LOG_TRACE_EVENT 1 #define LV_LOG_TRACE_OBJ_CREATE 1 #define LV_LOG_TRACE_LAYOUT 1 #define LV_LOG_TRACE_ANIM 1 #endif /*LV_USE_LOG*/ /*--- * Asserts *---*/ /*Enable asserts if an operation is failed or an invalid data is found. *If LV_USE_LOG ...
in other microcontrollers, i can check to see if uart is busy or not then send data to it. but in Arduino, i couldn't find the damn thing! Not sure exactly what you are trying to do here, but normally if you want to share and protect a resource, e.g. UART, in an RTOS you ...
// Configure UART parameters ESP_ERROR_CHECK(uart_driver_install(ECHO_UART_PORT_NUM, BUF_SIZE * 2, 0, 0, NULL, 0)); ESP_ERROR_CHECK(uart_param_config(ECHO_UART_PORT_NUM, &uart_config)); ESP_ERROR_CHECK(uart_set_pin(ECHO_UART_PORT_NUM, 2, 3, -1, -1)); } uart_write_bytes...
Side note#2i can confirm a voltage higher than VCC does appear on GPIO9, during the upload phase, in CDC mode, 3.8V to 4.0V, where the C3 only ever receives 3.3V at most on its VCC pins or GPIOs (except USB data lines). That is very strange for the least and confirmed on 3 ...
I've an ESP32-C3 (2MB) but I'm unable to flash this through platformIO. It keeps resetting in a bootloop: ESP-ROM:esp32c3-api1-20210207 Build:Feb 7 2021 rst:0x3 (RTC_SW_SYS_RST),boot:0xc (SPI_FAST_FLASH_BOOT) Saved PC:0x403d0f62 SPIWP:0x...
assert failed: esp_efuse_rtc_calib_get_init_code esp_efuse_rtc_calib.c:22 (atten < 4) Core 0 register dump: MEPC : 0x40381b4c RA : 0x40386bc2 SP : 0x3fc9c560 GP : 0x3fc8da00 TP : 0x3fc85fd0 T0 : 0x37363534 T1 : 0x7271706f T2 : 0x33323130 S0/FP : 0x3fc9c6d5 S1...