Search found 3 matches

by calint
Mon May 13, 2024 4:39 pm
Forum: ESP-IDF
Topic: freertos fails to allocate memory and crashes at boot
Replies: 2
Views: 11072

Re: freertos fails to allocate memory and crashes at boot

I was hoping FreeRTOS would allocate what it needs to always be able to run upfront in the static memory. It probably can be compiled with that option.

Kind regards
by calint
Mon May 13, 2024 12:37 pm
Forum: ESP-IDF
Topic: The PSRAM bug and compiler flag 'mfix-esp32-psram-cache-issue'
Replies: 1
Views: 589

The PSRAM bug and compiler flag 'mfix-esp32-psram-cache-issue'

Is chip model ESP32-S3 revision 0.2 affected by the bug. Is it necessary to use the compiler flag for the chip in question?

Kind Regards
by calint
Fri Dec 08, 2023 7:27 pm
Forum: ESP-IDF
Topic: freertos fails to allocate memory and crashes at boot
Replies: 2
Views: 11072

freertos fails to allocate memory and crashes at boot

chip model: ESP32-D0WD-V3 free heap mem: 228008 B largest free block: 110580 B visual code (1.84.2) and platformio (6.1.11) device: ESP32-2432S028R when i allocate more than a certain amount of global variables and although the code compiles, builds and gets uploaded it crashes with: rst:0xc (SW_CPU...