同样的问题8M只识别到900K+.升级至5.0.1版本,问题依旧
This is esp32s3 chip with 2 CPU cores, WiFi/BLE, silicon revision 1, 16MB external flash
app_mainHeap summary for capabilities 0x00000400:
At 0x3c710000 len 983040 free 981136 allocated 0 min_free 981136
largest_free_block 966656 alloc_blocks 0 free_blocks 1 total ...
Search found 18 matches
- Sat Mar 18, 2023 8:22 am
- Forum: ESP-IDF
- Topic: ESP32S3 WROOM 1 : Bluedroid : BT_INIT: Malloc failed
- Replies: 1
- Views: 2062
- Sat Mar 18, 2023 7:46 am
- Forum: ESP 生产支持讨论版
- Topic: 关于ESP32-S3的PSRAM设置问题
- Replies: 3
- Views: 40691
Re: 关于ESP32-S3的PSRAM设置问题
好可怜啊 我也遇到类似的问题,没人帮忙啊。你的问题解决了吗?我的是8M内存实际可heap只有900K
- Fri Mar 17, 2023 4:04 pm
- Forum: ESP 生产支持讨论版
- Topic: esp32s3各种问题,希望有技术人员关注以下
- Replies: 1
- Views: 36264
esp32s3各种问题,希望有技术人员关注以下
1)芯片选的是内置的8M版本,初始化过程显示发现8M,程序运行后打印出来缺不到1M。加了几个应用之后,现在连lcd单buf都分配不到
I (3923) LCD_panel: Initialize RGB panel
I (3923) MEM: Biggest / Free / Total
SRAM : [ 249856 / 350923 / 653747]
PSRAM : [ 966656 / 979936 / 983040]
I (3923) LCD_panel: esp_lcd_new_rgb_panel
D (3943) intr_alloc: Connected src 24 to ...
I (3923) LCD_panel: Initialize RGB panel
I (3923) MEM: Biggest / Free / Total
SRAM : [ 249856 / 350923 / 653747]
PSRAM : [ 966656 / 979936 / 983040]
I (3923) LCD_panel: esp_lcd_new_rgb_panel
D (3943) intr_alloc: Connected src 24 to ...
- Thu Mar 09, 2023 3:34 pm
- Forum: ESP-IDF 中文讨论版
- Topic: 文件系统导致显示错位
- Replies: 3
- Views: 3269
Re: 文件系统导致显示错位
应该是内存出了问题,只要读flash整个画面就会移动。有没有大佬啊
- Thu Mar 09, 2023 10:20 am
- Forum: ESP-IDF 中文讨论版
- Topic: 文件系统导致显示错位
- Replies: 3
- Views: 3269
文件系统导致显示错位
IMG_20230309_181547R.jpg IMG_20230309_181536R.jpg IMG_20230309_181540R.jpg
读写spiffs和littlefs均会导致屏幕错位,现象如图,配置如下:
/*
* Automatically generated file. DO NOT EDIT.
* Espressif IoT Development Framework (ESP-IDF) Configuration Header
*/
#pragma once
#define CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK 1 ...
读写spiffs和littlefs均会导致屏幕错位,现象如图,配置如下:
/*
* Automatically generated file. DO NOT EDIT.
* Espressif IoT Development Framework (ESP-IDF) Configuration Header
*/
#pragma once
#define CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK 1 ...
- Thu Feb 23, 2023 9:15 am
- Forum: ESP-IDF 中文讨论版
- Topic: 86box_demo移植问题
- Replies: 4
- Views: 2959
Re: 86box_demo移植问题
SRC_DIRS不起作用...
idf_component_register(
SRCS
"hmi_esp32_blink.c"
# "led_show/led_show.c"
# "audio/audio.c"
# "gui/lv_example_top_menu.c"
${LV_DEMOS_SOURCES}
SRC_DIRS
"."
"led_show/"
"audio/"
${LV_DEMO_DIR}
# "gui"
# "gui/font"
# "gui/assert"
# ${LV_SOURCES}
INCLUDE_DIRS
"."
"led ...
idf_component_register(
SRCS
"hmi_esp32_blink.c"
# "led_show/led_show.c"
# "audio/audio.c"
# "gui/lv_example_top_menu.c"
${LV_DEMOS_SOURCES}
SRC_DIRS
"."
"led_show/"
"audio/"
${LV_DEMO_DIR}
# "gui"
# "gui/font"
# "gui/assert"
# ${LV_SOURCES}
INCLUDE_DIRS
"."
"led ...
- Wed Feb 22, 2023 1:29 pm
- Forum: ESP-IDF 中文讨论版
- Topic: 86box_demo移植问题
- Replies: 4
- Views: 2959
Re: 86box_demo移植问题
都不起作用啥情况
add_definitions(LV_LVGL_H_INCLUDE_SIMPLE)
set_source_files_properties(
# ${LV_DEMOS_SOURCES}
SRC_DIRS
PROPERTIES COMPILE_DEFINITIONS LV_LVGL_H_INCLUDE_SIMPLE)
set_source_files_properties(
# ${LV_DEMOS_SOURCES}
SRC_DIRS
PROPERTIES COMPILE_OPTIONS -DLV_LVGL_H_INCLUDE_SIMPLE=1)
add_definitions(LV_LVGL_H_INCLUDE_SIMPLE)
set_source_files_properties(
# ${LV_DEMOS_SOURCES}
SRC_DIRS
PROPERTIES COMPILE_DEFINITIONS LV_LVGL_H_INCLUDE_SIMPLE)
set_source_files_properties(
# ${LV_DEMOS_SOURCES}
SRC_DIRS
PROPERTIES COMPILE_OPTIONS -DLV_LVGL_H_INCLUDE_SIMPLE=1)
- Wed Feb 22, 2023 10:55 am
- Forum: ESP-IDF 中文讨论版
- Topic: 86box_demo移植问题
- Replies: 4
- Views: 2959
Re: 86box_demo移植问题
这sdk搞得比linux还复杂,搞yacto的时候也没这么费劲
- Wed Feb 22, 2023 10:52 am
- Forum: ESP-IDF 中文讨论版
- Topic: 86box_demo移植问题
- Replies: 4
- Views: 2959
Re: 86box_demo移植问题
将路径加到根目录下makelist中也无效
- Wed Feb 22, 2023 10:49 am
- Forum: ESP-IDF 中文讨论版
- Topic: 86box_demo移植问题
- Replies: 4
- Views: 2959
86box_demo移植问题
死活找不到文件
-- App "86box_demo" version: 1
-- Adding linker script D:/esp-bsp/user/app/86box_demo/build/esp-idf/esp_system/ld/memory.ld
-- Adding linker script C:/Espressif/frameworks/esp-idf-v5.0/components/esp_system/ld/esp32s3/sections.ld.in
-- Adding linker script C:/Espressif/frameworks/esp-idf-v5 ...
-- App "86box_demo" version: 1
-- Adding linker script D:/esp-bsp/user/app/86box_demo/build/esp-idf/esp_system/ld/memory.ld
-- Adding linker script C:/Espressif/frameworks/esp-idf-v5.0/components/esp_system/ld/esp32s3/sections.ld.in
-- Adding linker script C:/Espressif/frameworks/esp-idf-v5 ...