I am trying to run a task that uses asyncdispatch on RTOS(NuttX). When I tried to launch multiple tasks that use asyncdispatch, it did not work because the same global dispatcher (gDisp) is visible to both tasks (because of the flat memory model).
Does this work on other RTOS (FreeRTOS, Zephyr)? Or have you had similar problems but applied workarounds?
