Quality RTOS & Embedded Software

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


Loading

AT91SAM7X256 port interrupt problem

Posted by Adam Turowski on February 17, 2009
Hi all !!!
I am in the middle of getting myself familiar with AT91SAM7X256 port of FreeRTOS. I have found one thing that in my opinion prevents kernel from running (or possibly I don't understand something). When FreeRTOS is configured with
#define configUSE_PREEMPTION1
AIC vector is set to point to vPreemptiveTick function when PIT interrupt event occurs (line 227 in port.c file) The problem is that there is no IRQ interrupt handler which gets AIC interrupt vector by means of reading AT91C_AIC_IVR register.

When FreeRTOS is configured to DO NOT use preemption, PIT interrupt is correctly tied to IRQ (line 136 of portISR.c file), but IRQ handler still is not reading AT91C_AIC_IVR register.

Am I missing something?

Best regards,
Adam

RE: AT91SAM7X256 port interrupt problem

Posted by Dave on February 17, 2009
The IVR is read directly by the IRQ interrupt so when an interrupt fires the processor jumps directly to the handler. Look in the startup/boot .s file at where the IRQ interrupt is set up.

RE: AT91SAM7X256 port interrupt problem

Posted by Adam Turowski on February 17, 2009
Yes, you are right. Thank you for the answer.

But this leads to next question :-)
Acording to ARM7TDMI documentation at the end of ISR handler SPSR is copied to CPSR(and processor mode is changed) when something is written to PC (R15) - for example use of SUB PC,LR, #4 is suggested. If you call a function in ISR, the return address is placed in LR (R14) - BL instruction. If you want to return from this function to "main" ISR, you have to write return address to PC (R15) which will also copy SPSR to CPSR. This copy can cause change processor mode to one before interrupt event, but all of these will happend at the return from function NOT the end of ISR.

How ISR in FreeRTOS deals with such situation when there is a need to call some functions during ISR?

Best regards,
Adam

RE: AT91SAM7X256 port interrupt problem

Posted by Adam Turowski on February 17, 2009
Yes, you are right. Thank you for the answer.

But this leads to next question :-)
Acording to ARM7TDMI documentation at the end of ISR handler SPSR is copied to CPSR(and processor mode is changed) when something is written to PC (R15) - for example use of SUB PC,LR, #4 is suggested. If you call a function in ISR, the return address is placed in LR (R14) - BL instruction. If you want to return from this function to "main" ISR, you have to write return address to PC (R15) which will also copy SPSR to CPSR. This copy can cause change processor mode to one before interrupt event, but all of these will happend at the return from function NOT the end of ISR.

How ISR in FreeRTOS deals with such situation when there is a need to call some functions during ISR?

Best regards,
Adam

RE: AT91SAM7X256 port interrupt problem

Posted by Adam Turowski on February 17, 2009
Maybe my question is not clear enough... Let me put it this way:

In order to correctly end ISR, SPSR_irq register should be copied to CPSR. I can not see this happening when I look through disassembly code for ISR. When does it happen?

RE: AT91SAM7X256 port interrupt problem

Posted by Adam Turowski on February 17, 2009
I found the answer: the problem was in disassembler mnemonic representation, which doesn't show that the S bit in instruction was set.

The final conclusion is when you define the function attribute as interrupt, compiler will take care about setting bit S during return from interrupt. Normal function return always uses instruction with S bit cleared which prevents SPSR->CPSR copy.


[ 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