Search found 1 match

by hitagure
Mon Oct 08, 2018 1:45 pm
Forum: General Discussion
Topic: Transparent memory sharing (malloc, free) between ESP32 cores with ESP-IDF ?
Replies: 1
Views: 3811

Transparent memory sharing (malloc, free) between ESP32 cores with ESP-IDF ?

Can the memory management functions like malloc, free, be called by the 2 cores of the ESP32 in a transparent way without causing any problems with ESP-IDF? Should we manage a semaphore? In general, is the management of resources by FreeRtos / ESP-IDF valid for managing a critical exclusion between ...