-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed as not planned
Labels
Status: Awaiting triageIssue is waiting for triageIssue is waiting for triageType: For referenceCommon questions & problemsCommon questions & problems
Description
Board
v:esp32-s3-devkitc-1
Device Description
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x3 (RTC_SW_SYS_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x403cd97a
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3808,len:0x44c
load:0x403c9700,len:0xbec
load:0x403cc700,len:0x2920
entry 0x403c98d8
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x3 (RTC_SW_SYS_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x403cd97a
Hardware Configuration
no
Version
v2.0.6
IDE Name
PlatformIO 、 Clion
Operating System
Windows11
Flash frequency
40
PSRAM enabled
no
Upload speed
921600
Description
Sketch
#include <Arduino.h>
void setup() {
// write your initialization code here
// 设置UART串口波特率
Serial.begin(115200);
Serial.println("你好, ESP32 S3单片机");
}
void loop() {
// write your code here
Serial.println("测试新主控芯片");
}
Debug Message
SP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0xa (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3808,len:0x44c
load:0x403c9700,len:0xbec
load:0x403cc700,len:0x2920
entry 0x403c98d8
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x3 (RTC_SW_SYS_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x403cd97a
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3808,len:0x44c
load:0x403c9700,len:0xbec
load:0x403cc700,len:0x2920
entry 0x403c98d8
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
- I confirm I have checked existing issues, online documentation and Troubleshooting guide.
Metadata
Metadata
Assignees
Labels
Status: Awaiting triageIssue is waiting for triageIssue is waiting for triageType: For referenceCommon questions & problemsCommon questions & problems