Quality RTOS & Embedded Software

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


Loading

PIC24F ISR - How do I vPortYieldFromISR ?

Posted by Dave Nadler on August 10, 2012
Background: I downloaded the latest FreeRTOS distribution,
ported the PIC24F demo program to the "PIC24F Starter Kit" board (distribution demo is for "Explorer 16" board),
added Microchip USB stack and simulated serial port RX/TX to PC (displaying text on OLED).
So far, all AOK. And I will post the demo when I fix up a couple loose ends !

However... In my real application, I have an ISR using a binary semaphore to awaken a task.
I expected to code:
    xSemaphoreGiveFromISR(channelDataReadySemaphore,&xHigherPriorityTaskAwoken); // unblock above channel data task
if(xHigherPriorityTaskAwoken==pdTRUE) { vPortYieldFromISR(); }


Unfortunately I can't find any of vPortYieldFromISR, portSWITCH_CONTEXT, or portEND_SWITCHING_ISR in this port of FreeRTOS.

Sorry if I'm being dense, but how do I ensure that FreeRTOS will return to the awakened high-priority task from the ISR in this PIC24F port ?

Thanks in advance,
Best Regards, Dave

RE: PIC24F ISR - How do I vPortYieldFromISR ?

Posted by Richard on August 11, 2012
Look at the example interrupt called _U2TXInterrupt() provided in FreeRTOS/Demo/PIC24_MPLAB/serial/serial.c, as described in the Interrupt Service Routines section on the documentation page for the example: http://www.freertos.org/portpic24_dspic.html.

Regards.

RE: PIC24F ISR - How do I vPortYieldFromISR ?

Posted by Dave Nadler on August 14, 2012
Thanks Richard, Sorry I missed this,
Best Regards, Dave

PS: I'm looking for my next project - need any help ?


[ 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