Please define "ROM code" ...
Posted: Sat Nov 26, 2022 4:37 am
The ESP-IDF docs for CONFIG_SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY state:
What does it mean that the task can "not call on ROM code in any way?"If you have a task that needs a large amount of stack and does not call on ROM code in any way (no direct calls, but also no Bluetooth/WiFi) ...