Skip to content

txwgtomyan/espClock

Repository files navigation

笔记

CMakeLists.txt修改案例

idf_component_register(SRCS 
                        "app_main.c"
                        "./src/us_timer.c"
                        "./src/us_spiffs.c"
                    INCLUDE_DIRS "."
                                "./Inc")

定时器

定时器初始化逻辑

  1. 创建定时器
  2. 注册回调函数
  3. 使能定时器
  4. 配置报警值
  5. 开启定时器

spiffs文件系统

  1. 复制partitios_example.csv文件到工程根目录并且改名为partitions.csv
  2. 修改 menuconfig中的CONFIG_PARTITION_TABLE_CUSTOM参数为y
  3. 清空工程的便衣文件,然后重新编译

SDKconfig配置

FLASH和PSRAM速度配置

ESP配置FLASH和PSRAM官方文档位置:https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-guides/flash_psram_config.html

查询模组对应的FLASH和PSRAM配置,如下图所示,FLASH为4线spi,PSRAM为8线spi。 Alt text

然后按照文档规定的速度模式设置速度。 Alt text

flash配置

Alt text

PSRAM配置

Alt text

Alt text

About

使用esp32使

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published