同样,esp32s3使用example,station的,以及websocket的example,还有tcp client的都是无法连接wifi
log如下:
I (327) sleep: Configure to isolate all GPIO pins in sleep state
I (334) sleep: Enable automatic switching of GPIO sleep configuration
I (341) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler ...
Search found 2 matches
- Wed Feb 22, 2023 3:22 am
- Forum: ESP IoT Solution 中文讨论版
- Topic: esp32 s3 无法连接wifi
- Replies: 4
- Views: 9333
- Sun Sep 12, 2021 12:50 pm
- Forum: General Discussion
- Topic: `dram0_0_seg' overflowed - need help to read project.map
- Replies: 6
- Views: 9454
Re: `dram0_0_seg' overflowed - need help to read project.map
I also get the dram0_0_seg overflowed problem, and have no idea to fix it ,
ENV: IDF4.2 + jerryscript,
I have tried open PSRAM , my esp32 board has 8MHz PSRAM, and I am sure i have right config to use that, because i use malloc(512*1024) , it works ok.
and if i put "jerry_init()" func into ...
ENV: IDF4.2 + jerryscript,
I have tried open PSRAM , my esp32 board has 8MHz PSRAM, and I am sure i have right config to use that, because i use malloc(512*1024) , it works ok.
and if i put "jerry_init()" func into ...