11-12-2025, 09:22 AM
Question: According to the description, the KC868-A8v3 board has an ESP32-S3-WROOM-1U (N16R8) installed, right?
According to the datasheet, it is built around the ESP32-S3 series of SoCs, Xtensa® dual-core 32-bit LX7 microprocessor, flash up to 16 MB,
and PSRAM up to 16 MB, so 16 MB is installed!
Do I need to specify this in the configuration?
esp32:
board: esp32dev
flash_size: 16MB
framework:
type: esp-idf
esp32:
board: esp32-s3-devkitc-1
framework:
type: arduino
According to the datasheet, it is built around the ESP32-S3 series of SoCs, Xtensa® dual-core 32-bit LX7 microprocessor, flash up to 16 MB,
and PSRAM up to 16 MB, so 16 MB is installed!
Do I need to specify this in the configuration?
esp32:
board: esp32dev
flash_size: 16MB
framework:
type: esp-idf
esp32:
board: esp32-s3-devkitc-1
framework:
type: arduino

