I have the same problem, I guess, when trying to give a semaphore from an interrupt.If I then call portYIELD_FROM_ISR( xHigherPriorityTaskWoken ); after the xSemaphoreGiveFromISR( xSemaphore, &xHigherPriorityTaskWoken )the same problem occurs, this has however nothing to do with ADC defau...
UseconfigQUEUE_REGISTRY_SIZEgreater than zero andvQueueAddToRegistry()to assign a name to a queue, semaphore, or mutex. This is useful as queues have no name by default, unlike tasks (which get a name at creation time). Heap info for the scheme fromconfigUSE_HEAP_SCHEMEis taken fromFree...
I have the same problem, I guess, when trying to give a semaphore from an interrupt.If I then call portYIELD_FROM_ISR( xHigherPriorityTaskWoken ); after the xSemaphoreGiveFromISR( xSemaphore, &xHigherPriorityTaskWoken )the same problem occurs, this has however nothing to do with ADC defau...