Quality RTOS & Embedded Software

 Real time embedded FreeRTOS RSS feed 
Quick Start Supported MCUs PDF Books Trace Tools Ecosystem


Loading

vTaskNotifyGiveFromISR not waking up the task

Posted by cjedic on June 2, 2016

I am calling "ulTaskNotifyTake( pdTRUE, portMAX_DELAY )" from a function called by a task. I get to the interrupt routine consistantly and I do a "vTaskNotifyGiveFromISR( xdmacChannelNotification[i], NULL );" but the isr never finishes and never gets back to the function where it did the take. Is there anything I can check for configuration? Any clues?


vTaskNotifyGiveFromISR not waking up the task

Posted by rtel on June 2, 2016

Is xdmacChannelNotification[i] a valid task handle? Step into the vTaskNotifyGiveFromISR() function in the debugger to see what it does, and where it goes.

Regards.


vTaskNotifyGiveFromISR not waking up the task

Posted by cjedic on June 2, 2016

it has asserted at this line in vPortValidateInterruptPriority()

configASSERT( ucCurrentPriority >= ucMaxSysCallPriority );


vTaskNotifyGiveFromISR not waking up the task

Posted by edwards3 on June 2, 2016

The interrupt priority is not valid, see http://www.freertos.org/RTOS-Cortex-M3-M4.html


vTaskNotifyGiveFromISR not waking up the task

Posted by cjedic on June 2, 2016

Turns out I had the priority of the interrupt too high. lowering made it work.


[ Back to the top ]    [ About FreeRTOS ]    [ Privacy ]    [ Sitemap ]    [ ]


Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.

Latest News

NXP tweet showing LPC5500 (ARMv8-M Cortex-M33) running FreeRTOS.

Meet Richard Barry and learn about running FreeRTOS on RISC-V at FOSDEM 2019

Version 10.1.1 of the FreeRTOS kernel is available for immediate download. MIT licensed.

View a recording of the "OTA Update Security and Reliability" webinar, presented by TI and AWS.


Careers

FreeRTOS and other embedded software careers at AWS.



FreeRTOS Partners

ARM Connected RTOS partner for all ARM microcontroller cores

Espressif ESP32

IAR Partner

Microchip Premier RTOS Partner

RTOS partner of NXP for all NXP ARM microcontrollers

Renesas

STMicro RTOS partner supporting ARM7, ARM Cortex-M3, ARM Cortex-M4 and ARM Cortex-M0

Texas Instruments MCU Developer Network RTOS partner for ARM and MSP430 microcontrollers

OpenRTOS and SafeRTOS

Xilinx Microblaze and Zynq partner