Search found 7 matches

by Hlsyslabs
Wed Jul 13, 2022 6:03 am
Forum: Hardware
Topic: How to use total 32MB of flash ESP32-S3 chip N32R8V?
Replies: 8
Views: 5367

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?
by Hlsyslabs
Tue Jul 12, 2022 7:56 am
Forum: Hardware
Topic: How to use total 32MB of flash ESP32-S3 chip N32R8V?
Replies: 8
Views: 5367

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?
by Hlsyslabs
Tue Jul 12, 2022 7:53 am
Forum: ESP-IDF
Topic: How to use total 32MB of flash in ESP32-S3 chip N32R8V using ESP-IDF version 4.4.1?
Replies: 1
Views: 1266

How to use total 32MB of flash in ESP32-S3 chip N32R8V using ESP-IDF version 4.4.1?

To load spiffs partition which is of 26 MB, with a data of 24 MB using File operations, only 16 MB space out of 32 MB of flash is accessed, remaining flash size can't get accessed , so Provide me the way to access total 32 MB of flash in ESP32-S3 N32R8V chip
by Hlsyslabs
Mon Jul 11, 2022 4:35 am
Forum: Hardware
Topic: How to use total 32MB of flash ESP32-S3 chip N32R8V?
Replies: 8
Views: 5367

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 25...
by Hlsyslabs
Sat Jul 09, 2022 7:19 am
Forum: Hardware
Topic: How to use total 32MB of flash ESP32-S3 chip N32R8V?
Replies: 8
Views: 5367

Re: How to use total 32MB of flash ESP32-S3 chip N32R8V?

Tried with disabled download stub, but still fails with errors
by Hlsyslabs
Fri Jul 08, 2022 5:27 am
Forum: Hardware
Topic: How to use total 32MB of flash ESP32-S3 chip N32R8V?
Replies: 8
Views: 5367

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 fffffff...
by Hlsyslabs
Thu Jul 07, 2022 9:26 pm
Forum: Hardware
Topic: How to use total 32MB of flash ESP32-S3 chip N32R8V?
Replies: 8
Views: 5367

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 ?