Search found 195 matches

by ThomasESP32
Wed Apr 17, 2024 12:19 pm
Forum: ESP-IDF
Topic: Esp32S3 : fopen with spaces in filename
Replies: 0
Views: 404

Esp32S3 : fopen with spaces in filename

Good afternoon, I am working with FatFS component with VFS in order to mount a FileSystem on the internal SPI flash of a Esp32S3 device. When using the fopen standard function, I manage to open my files normally when there are no spaces in the filename. As soon as I have spaces in the filename, for ...
by ThomasESP32
Wed Apr 17, 2024 12:14 pm
Forum: ESP-IDF
Topic: Esp32S3 : Is it possible to improve the record time in Flash using vfs component ?
Replies: 4
Views: 714

Re: Esp32S3 : Is it possible to improve the record time in Flash using vfs component ?

Hello,

I am using FatFS to work with my files. The FileSystem is mounted on the internal SPI Flash.
I would like to keep FatFS please.
by ThomasESP32
Fri Apr 12, 2024 9:21 am
Forum: ESP-IDF
Topic: Esp32S3 : Is it possible to improve the record time in Flash using vfs component ?
Replies: 4
Views: 714

Re: Esp32S3 : Is it possible to improve the record time in Flash using vfs component ?

Sorry, but my question is not good. It should be : Do you know how "the writing" of a file in a FileSystem mounted on the Internal Flash of the chip is done ? Let's imagine I have a mp3 file with a size equal to 150Ko in PSRAM (In a buffer). Is it faster to write it in Internal Flash (with a FileSys...
by ThomasESP32
Tue Apr 09, 2024 2:16 pm
Forum: ESP-IDF
Topic: Esp32S3 : Is it possible to improve the record time in Flash using vfs component ?
Replies: 4
Views: 714

Esp32S3 : Is it possible to improve the record time in Flash using vfs component ?

Good afternoon, I am using an Esp32S3 in order to receive a file over BLE and write it in the internal Flash of the chip : - Each frame received over BLE is 237 bytes. - Each frame received is written in Flash (So 237 bytes are written each time in flash). In order to do that, the filesystem has bee...
by ThomasESP32
Mon Mar 11, 2024 11:02 am
Forum: ESP-IDF
Topic: ESP32S3 : Is it possible to trigger a CPU software interrupt from the RISCV ULP ?
Replies: 1
Views: 493

ESP32S3 : Is it possible to trigger a CPU software interrupt from the RISCV ULP ?

Good morning, I have seen in the Esp32S3 reference manual that there were software innterrupts that can be triggered when writting to special registers. Do you think it is possible to trigger CPU0 software interrupt from the RISCV ULP ? My goal would be to do an action in the CPU0 (Using an interrup...
by ThomasESP32
Thu Mar 07, 2024 3:48 pm
Forum: ESP-IDF
Topic: Esp32S3 : Is it possible to pilot the SDA pin of an I2C link manually ?
Replies: 2
Views: 326

Esp32S3 : Is it possible to pilot the SDA pin of an I2C link manually ?

Good afternoon, I am using an Esp32S3 and I am wondering if it is possible to pilot the SDA pin of the chip when it is configured as an I2C link ? In order to configure the I2C link, I am using the standard I2C driver but I have an external chip that must be woken up periodically by pulling the SDA ...
by ThomasESP32
Thu Feb 22, 2024 10:03 am
Forum: ESP-IDF
Topic: ESP32S3 : How to include a Driver in My Project please ?
Replies: 2
Views: 338

ESP32S3 : How to include a Driver in My Project please ?

Good morning, I am working with an Esp32S3 WROOM Module. In order to dialog with some particular chips, I had to modify the I2C esp_idf_component driver in order to add 2 methods. In order to do that, I have directly modified the I2C.C and I2C.H files that are in the : C:\Espressif\frameworks\esp-id...
by ThomasESP32
Tue Feb 20, 2024 1:28 pm
Forum: ESP-IDF
Topic: ESP32S3 : VDD_SPI Voltage Control
Replies: 0
Views: 323

ESP32S3 : VDD_SPI Voltage Control

Good afternoon, I have read the Esp32S3 reference manual part VDD8SPI Voltage control. Could you please explain me the difference between a configuration where the VDD_SPI is powered via 1,8V LDO Internal regulator and a configuration where VDD_SPI is powered via VDD3P3_RTC pin ? Which SPI is concer...
by ThomasESP32
Tue Feb 20, 2024 1:16 pm
Forum: ESP-IDF
Topic: Esp32S3 - ROM Messages Printing Control
Replies: 0
Views: 285

Esp32S3 - ROM Messages Printing Control

Good afternoon, I am working with an Esp32S3 and I have just read the Technical Reference Manual Part : 8.3 ROM Messages Printing Control In the first table (Table 8-3. Control of ROM Messages Printing to UART0), it is written in SPI Boot Mode that the register : RTC_CNTL_RTC_STORE4_REG[0] can be us...
by ThomasESP32
Tue Feb 20, 2024 8:13 am
Forum: ESP-IDF
Topic: ESP32S3 - How to prevent the Esp32 chip from being reflashed via USB after the first USB flash ?
Replies: 2
Views: 436

Re: ESP32S3 - How to prevent the Esp32 chip from being reflashed via USB after the first USB flash ?

Good morning, I have read the first document you have sent and more preceisely the Development Mode Flash Encryption. At the moment, I have many questions on this part. Could you please explain me the following points ? 1) It is written : "After encrypt, physical readout of flash will not be suffici...