Search found 8 matches

by nnangeroni
Tue Mar 26, 2024 4:18 pm
Forum: ESP32 Arduino
Topic: Seems to program but won't run code
Replies: 4
Views: 2288

Re: Seems to program but won't run code

Thanks for asking, ESP_Sprite. Yes, C7 & C8 are not populated.
by nnangeroni
Tue Mar 26, 2024 12:49 am
Forum: ESP32 Arduino
Topic: Seems to program but won't run code
Replies: 4
Views: 2288

Re: Seems to program but won't run code

lbernstone, many thanks for your suggestions. I tried using your tool settings: the board programmed and I began seeing the expected serial output! I then increased the Flash Size to 8MB and the partition scheme to "Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS)" (I believe I'm using ESP32-S3-Mini...
by nnangeroni
Mon Mar 25, 2024 7:49 pm
Forum: ESP32 Arduino
Topic: Seems to program but won't run code
Replies: 4
Views: 2288

Seems to program but won't run code

Using Arduino 1.8.16, I'm trying to program this ESP32S3-Mini-1: Screenshot 2024-03-25 131959.png My tools setup is: Screenshot 2024-03-25 131746.png ***NOTE: I've also tried this with Flash mode set to QIO 80MHz & QIO 120 MHz I've simplified my setup code to simply: void setup(void) { pinMode(IO_BU...
by nnangeroni
Mon Dec 18, 2023 11:31 pm
Forum: General Discussion
Topic: Program Memory Read/Write
Replies: 9
Views: 18338

Re: Program Memory Read/Write

Back after a long break... You can read those partitions using esp_partition_* API calls. When the ESP boots, it tends to use a CRC or hash to figure out if the current OTA partition is corrupted; it'll try to boot the other OTA partition (if valid) and then the factory partition if that happens. Th...
by nnangeroni
Fri Jan 06, 2023 4:56 am
Forum: General Discussion
Topic: Program Memory Read/Write
Replies: 9
Views: 18338

Re: Program Memory Read/Write

Thank you, mbratch, I appreciate the helpful affirmation!
by nnangeroni
Thu Jan 05, 2023 8:21 pm
Forum: ESP IoT Solution
Topic: Matter memory requirements
Replies: 1
Views: 2477

Matter memory requirements

I want to add Matter functionality to my next-generation hardware. But I can't find any description of the minimum requirements for program and data memory for any of the modules. Does this exist yet, and if so, where can I find it?

Thanks a heap! :D
by nnangeroni
Thu Jan 05, 2023 8:11 pm
Forum: General Discussion
Topic: Program Memory Read/Write
Replies: 9
Views: 18338

Re: Program Memory Read/Write

Thank you for your responses mbratch and ESP_Sprite. mbratch, you suppose correctly about my intended operation. Based on my limited research, it seems that the charge in Flash cells gradually dissipates, and eventually errors are likely, if not certain. I would like to assure the proper operation o...
by nnangeroni
Mon Jan 02, 2023 11:47 pm
Forum: General Discussion
Topic: Program Memory Read/Write
Replies: 9
Views: 18338

Program Memory Read/Write

Is the ESP32 able to read its program memory for comparison to OTA memory? I want to make a memory scrubber to maintain program integrity for the longest possible time.
Thanks! :D