Search found 2 matches

by Ascarron
Sun Aug 18, 2019 9:50 pm
Forum: ESP-WHO
Topic: Increasing the heap when working with AmazonFreeRTOS
Replies: 3
Views: 12437

Re: Increasing the heap when working with AmazonFreeRTOS

The SPIRAM is setup sucessfully and the matrix is being allocated to the external RAM. But my applicattion requires more heap space to run the tasks. How do I increase the heap size when using freertos? I tried to use the FreeRTOSConfig.h to change the size but it had no effect. Nor did changing the...
by Ascarron
Mon Aug 05, 2019 12:09 am
Forum: ESP-WHO
Topic: Increasing the heap when working with AmazonFreeRTOS
Replies: 3
Views: 12437

Increasing the heap when working with AmazonFreeRTOS

I am trying to use the ESP-WHO framework with the AmazonFreeRTOS. But I run out of heap space when storing the image. It throws the error: matrix3du item alloc failed Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled. I tested it by lowering the resolution to QQVGA but...