Search found 2 matches

by Mars_CN
Mon Sep 05, 2022 12:37 pm
Forum: ESP32 boards
Topic: How to use fopen in the extended module?
Replies: 1
Views: 25434

How to use fopen in the extended module?

I'm writing my own module, which requires file operations. But when I write file * FP = fopen (file, "R") in the C code, the returned result is null, that is, the file does not exist. Is it because I don't have mount spiffs? But why can micropython itself read it? I use Python to execute OS Listdir ...
by Mars_CN
Tue Feb 15, 2022 7:13 am
Forum: ESP32 boards
Topic: Error running microprython on esp32-s3
Replies: 0
Views: 10063

Error running microprython on esp32-s3

After recompiling microprython on esp32-s3, I can download it normally and run it normally. But there was an error when starting ESP-ROM:esp32s3-20210327 Build:Mar 27 2021 rst:0x1 (POWERON),boot:0x18 (SPI_FAST_FLASH_BOOT) SPIWP:0xee Octal Flash Mode Enabled For OPI Flash, Use Default Flash Boot Mode...