Changing ESP32 Classic project to ESP32 C3
Posted: Sun Oct 16, 2022 3:18 pm
Hello People!
I'm changing my project that i use the microcontroller ESP32 Classic with 4MB flash, i'm changings this project to ESP32 C3, but i have an problem, in first build i'm not get success, because my project is more larger in ESP32 C3 than in ESP32 Classic.
I'm attaching some prints where i set the comand "idf.py size-components", and some libs is more larger in ESP32 C3!
This is my partition table!
# ESP-IDF Partition Table
# Name, Type, SubType, Offset, Size,
factory, app, factory, 0x10000, 1310K
ota_0, app, ota_0, , 1310K
ota_1, app, ota_1, , 1310K
otadata, data, ota, , 8K,
nvs, data, nvs, , 16K,
phy_init, data, phy, , 4K,
I'm doing something wrong, or is this a normal architectural change effect?
I'm changing my project that i use the microcontroller ESP32 Classic with 4MB flash, i'm changings this project to ESP32 C3, but i have an problem, in first build i'm not get success, because my project is more larger in ESP32 C3 than in ESP32 Classic.
I'm attaching some prints where i set the comand "idf.py size-components", and some libs is more larger in ESP32 C3!
This is my partition table!
# ESP-IDF Partition Table
# Name, Type, SubType, Offset, Size,
factory, app, factory, 0x10000, 1310K
ota_0, app, ota_0, , 1310K
ota_1, app, ota_1, , 1310K
otadata, data, ota, , 8K,
nvs, data, nvs, , 16K,
phy_init, data, phy, , 4K,
I'm doing something wrong, or is this a normal architectural change effect?