# lc_esp32c3 **Repository Path**: itldg/lc_esp32c3 ## Basic Information - **Project Name**: lc_esp32c3 - **Description**: 力创 ESP32C3开发板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-21 - **Last Updated**: 2024-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 嘉立创ESP32C3开发板 ## 开发记录 ### FLASH尺寸错误 开发板的FLASH尺寸为8M,在烧写固件时,提示尺寸错误,如下: ```shell spi_flash: Detected size(8192k) larger than the size in the binary image header(4096k). Using the size in the binary image header. ```