我在用自己的板子测试tft_eSPI库中的示例程序,发现一个版本迭代问题
程序在esp32 2.0.9版本可以实现,但是在之后的版本中均无法重现
#include <Arduino.h>
#include <TFT_eSPI.h>
TFT_eSPI tft = TFT_eSPI();
void setup() {
Serial.begin(115200)
// lcd init
tft.init();
tft.fillScreen(TFT_GREEN);
Serial.println("screen init success.");
}
void loop() {
}
新版esp 3.0.2 /3.0.1/2.0.13会出现如下错误
Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0x8 (SPI_FAST_FLASH_BOOT)
Saved PC:0x40379716
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3818,len:0x508
load:0x403c9700,len:0x4
load:0x403c9704,len:0xad0
load:0x403cc700,len:0x29e4
entry 0x403c9880
Guru Meditation Error: Core 1 panic'ed (StoreProhibited). Exception was unhandled.
Core 1 register dump:
PC : 0x42002b3e PS : 0x00060230 A0 : 0x82002bc8 A1 : 0x3fcebc20
A2 : 0x08000000 A3 : 0x00000001 A4 : 0x60004000 A5 : 0x00000021
A6 : 0x000000ff A7 : 0x00000000 A8 : 0x00000010 A9 : 0x3fcebbf0
A10 : 0x3fc95d9c A11 : 0x00000001 A12 : 0x019bfcc0 A13 : 0xffffffff
A14 : 0x00000031 A15 : 0x00000000 SAR : 0x0000001d EXCCAUSE: 0x0000001d
EXCVADDR: 0x00000010 LBEG : 0x420064f4 LEND : 0x4200653b LCOUNT : 0x00000000
Backtrace: 0x42002b3b:0x3fcebc20 0x42002bc5:0x3fcebc50 0x42001d0b:0x3fcebc70 0x420074d2:0x3fcebca0 0x4037e232:0x3fcebcc0
ELF file SHA256: 95c34efdd78bd137
实际问题情况
arduino选项和开发板配置
arduino-esp32版本更新问题
Jump to
- English Forum
- Explore
- News
- General Discussion
- FAQ
- Documentation
- Documentation
- Sample Code
- Discussion Forum
- Hardware
- ESP-IDF
- ESP-BOX
- ESP-ADF
- ESP-MDF
- ESP-WHO
- ESP-SkaiNet
- ESP32 Arduino
- IDEs for ESP-IDF
- ESP-AT
- ESP IoT Solution
- ESP RainMaker
- Rust
- ESP8266
- Report Bugs
- Showcase
- Chinese Forum 中文社区
- 活动区
- 乐鑫活动专区
- 讨论区
- 全国大学生物联网设计竞赛乐鑫答疑专区
- ESP-IDF 中文讨论版
- 《ESP32-C3 物联网工程开发实战》书籍讨论版
- 中文文档讨论版
- ESP-AT 中文讨论版
- ESP-BOX 中文讨论版
- ESP IoT Solution 中文讨论版
- ESP-ADF 中文讨论版
- ESP Mesh 中文讨论版
- ESP Cloud 中文讨论版
- ESP-WHO 中文讨论版
- ESP-SkaiNet 中文讨论版
- ESP 生产支持讨论版
- 硬件问题讨论
- 项目展示
Who is online
Users browsing this forum: No registered users and 61 guests
- All times are UTC
- Top
- Delete cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. ESP8266EX and ESP32 are some of our products.