How to use total 32MB of flash ESP32-S3 chip N32R8V?
How to use total 32MB of flash ESP32-S3 chip N32R8V?
When I try to load files to spiffs partition of 28 MB, only 16 MB flash is accessed and after that it throws error saying "file writing failed", so provide me the way how to use total 32MB flash ?
-
- Posts: 9709
- Joined: Thu Nov 26, 2015 4:08 am
Re: How to use total 32MB of flash ESP32-S3 chip N32R8V?
Do you have more details? What esp-idf version are you using, what specifically throws that error?
Re: How to use total 32MB of flash ESP32-S3 chip N32R8V?
Hi ESP_Sprite, Thank you for responding,
I am using Esp-idf version 4.4.1
When trying with create_spiffs_partition_image, I got fatal error: invalid head of packets(0x6f), possible serial noise or corruption
When trying with file write operation in code, Error is Spiffs: failed to write addr fffffffe,size 00000002, err 258
I am using Esp-idf version 4.4.1
When trying with create_spiffs_partition_image, I got fatal error: invalid head of packets(0x6f), possible serial noise or corruption
When trying with file write operation in code, Error is Spiffs: failed to write addr fffffffe,size 00000002, err 258
-
- Posts: 9709
- Joined: Thu Nov 26, 2015 4:08 am
Re: How to use total 32MB of flash ESP32-S3 chip N32R8V?
Can you disable the download stub? (Menuconfig -> serial flasher config -> disable download stub) and try again?
Re: How to use total 32MB of flash ESP32-S3 chip N32R8V?
Tried with disabled download stub, but still fails with errors
Re: How to use total 32MB of flash ESP32-S3 chip N32R8V?
Hi ESP_Sprite, My spiffs partition assigned is 26MB, and remaining all partitions are less than 4MB, I tried to fill data in Spiffs partition using file operations is 24MB, After 14 MB of file write operations, File write operation fails by saying "failed to write addr fffffffe,size 00000002, err 258".
Re: How to use total 32MB of flash ESP32-S3 chip N32R8V?
How to get access to the remaining 16 MB of 32 MB Flash in ESP32-S3 N32R8V chip?
-
- Posts: 4
- Joined: Tue Jul 12, 2022 8:27 am
Re: How to use total 32MB of flash ESP32-S3 chip N32R8V?
have you tried using the preference library?
Re: How to use total 32MB of flash ESP32-S3 chip N32R8V?
Hi vijaylohan, Thank you for responding, Is Preferences library work on esp-idf 4.4.1 and will you elaborate the process how it works on accessing total 32MB flash memory of Esp32-s3 N32R8V?
Who is online
Users browsing this forum: No registered users and 107 guests