Can't run storage -> NVS Structured Data code #205
-
Hello. Great course so far Mair! I downloaded the source code from GitHub, with the same partitions.csv file from the previous video. Menuconfig is also the same. I run idf.py erase_flash. The project will build but when I flash and monitor the board keeps resetting. Really want to know the name of these cats! :) Some of the log below: ESP_ERROR_CHECK failed: esp_err_t 0x105 (ESP_ERR_NOT_FOUND) at 0x400846ec file: "/home/matt/espProjects/espCourse/storage/NVSStructuredData/main/main.c" line 23 abort() was called at PC 0x400846ef on core 0 Backtrace:0x40081397:0x3ffb5d50 0x40085d71:0x3ffb5d70 0x4008a8d6:0x3ffb5d90 0x400846ef:0x3ffb5e00 0x400d44d2:0x3ffb5e20 0x400e70ec:0x3ffb5ee0 0x40088601:0x3ffb5f00 0x40085d71: esp_system_abort at /home/matt/esp/esp-idf/components/esp_system/system_api.c:112 0x4008a8d6: abort at /home/matt/esp/esp-idf/components/newlib/abort.c:46 0x400846ef: _esp_error_check_failed at /home/matt/esp/esp-idf/components/esp_common/src/esp_err.c:42 0x400d44d2: app_main at /home/matt/espProjects/espCourse/storage/NVSStructuredData/main/main.c:23 (discriminator 1) 0x400e70ec: main_task at /home/matt/esp/esp-idf/components/freertos/port/port_common.c:133 (discriminator 2) 0x40088601: vPortTaskWrapper at /home/matt/esp/esp-idf/components/freertos/port/xtensa/port.c:168 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Got it. It seems the code uploaded at LINK is slightly different than the previous lesson. "MyNvs" is now "Mynvs" Might help someone in the future :) Thanks again for the great course! |
Beta Was this translation helpful? Give feedback.
Got it. It seems the code uploaded at LINK is slightly different than the previous lesson. "MyNvs" is now "Mynvs"
Might help someone in the future :)
Thanks again for the great course!