Quality RTOS & Embedded Software

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


Loading

AT91SAM7A3 portEND_SWITCHING_ISR

Posted by Eduardo Goncalves on March 19, 2009
Hi :)

On a interrupt routine I've placed the following code:

uint8 msg;
msg = CANOPEN_NEW_RX_MESSAGE;
xQueueSendToBackFromISR ( CANopenQueue_handle, &msg, &xHigherPriorityTaskWoken );
portEND_SWITCHING_ISR ( xHigherPriorityTaskWoken );

the task that is performing a:

xQueueReceive ( CANopenQueue_handle, &msg, ...

no longer seems to run.

If I don't use portEND_SWITCHING_ISR then all is well.

Any ideas?

thanks


RE: AT91SAM7A3 portEND_SWITCHING_ISR

Posted by MEdwards on March 19, 2009
You don't say which compiler you are using. Have you checked the WEB documentation page for a similar port (sam7 with the same compiler) to see how an ISR should be written? Different compilers have different requirements as to when and how the task context should be saved and restored.

RE: AT91SAM7A3 portEND_SWITCHING_ISR

Posted by Eduardo Goncalves on March 19, 2009
I've been using IAR 5.20 on an AT91SAM7A3.

I've taken the AT91SAM7S64 example and created (with small changes, just the include and linker files) a port for the AT91SAM7A3.

I've looked to the example of serial.c for the AT91SAM7S64 but somehow it does not seem to be up to date since it does not use __irq in the declaration of the interrupt routine. So most likely this is from IAR 4 and uses the IRQ_Handler_Entry provided in Cstartup.s79 file.

the same happens with usbsample.c

more ideas, please. :)

RE: AT91SAM7A3 portEND_SWITCHING_ISR

Posted by Richard on March 19, 2009
See "an example of an ISR with context switching capabilities" on the following page and all will be clear: http://www.freertos.org/portsam7iar.html

Regards.

RE: AT91SAM7A3 portEND_SWITCHING_ISR

Posted by Eduardo Goncalves on March 19, 2009
... and everything works! :) :)

many thanks


[ 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