开发环境vscode Platformio
- 使用芯片(ESP32 S3 FN8 和 ESP32 S3 FR8)
Code:
Select all
[env:esp32s3]platform = espressif32board = esp32-s3-devkitc-1framework = arduinoupload_port = COM3monitor_speed = 115200board_build.par
titions = default_8MB.csv[/Codebox]
Code:
Select all
#define CONFIG_ESPTOOLPY_FLASHSIZE_8MB 1#define CONFIG_ESPTOOLPY_FLASHSIZE "8MB"#define CONFIG_ESPTOOLPY_FLASHSIZE_DETECT 1
- 下面分区表会不断重启(default_8MB.csv)
Code:
Select all
# Name, Type, SubType, Offset, Size, Flagsnvs, data, nvs, 0x9000, 0x5000,otadata, data, ota, 0xe000, 0x2000,app0, app, ota_0, 0x10000, 0x330000,app1, app, ota_1, 0x340000,0x330000,spiffs, data, spiffs, 0x670000,0x190000,
Code:
Select all
# Name, Type, SubType, Offset, Size, Flagsnvs, data, nvs, 0x9000, 0x5000,otadata, data, ota, 0xe000, 0x2000,app0, app, ota_0, 0x10000, 0x330000,spiffs, data, spiffs, 0x340000,0xc0000,
Code:
Select all
rst:0x3 (RTC_SW_SYS_RST),boot:0x8 (SPI_FAST_FLASH_BOOT)Saved PC:0x403bb022SPIWP:0xeemode:DIO, clock div:1load:0x3fcd0108,len:0x78load:0x403b6000,len:0x95cload:0x403ba000,len:0x26f8entry 0x403b61a8ESP-ROM:esp32s3-20210327Build:Mar 27 2021rst:0x3 (RTC_SW_SYS_RST),boot:0x8 (SPI_FAST_FLASH_BOOT)Saved PC:0x403bb022SPIWP:0xeemode:DIO, clock div:1load:0x3fcd0108,len:0x78load:0x403b6000,len:0x95cload:0x403ba000,len:0x26f8entry 0x403b61a8ESP-ROM:esp32s3-20210327Build:Mar 27 2021rst:0x3 (RTC_SW_SYS_RST),boot:0x8 (SPI_FAST_FLASH_BOOT)