Quality RTOS & Embedded Software

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


Loading

Using SYS interrupt

Posted by Nobody/Anonymous on August 31, 2005
Hello!

I am having an issue at the moment. I use freeRTOS with the AT91SAM7S and it works perfectly fine for my application. Problem is, I recently found that I need to use the SYS interrupt to the DBGU. The PIT, the system tick, is connected to the same interrupt! I located the interrupt handling function in port.c, BUT... Is it safe to implement DBGU-mask inside that fucntion to run parallell to the system tick interrupt??!! Any particular precautions recommended??

Thanks!!

//MB

RE: Using SYS interrupt

Posted by Nobody/Anonymous on August 31, 2005
I am not familiar with the working of the DBGU, but can offer some suggestions.

If you can use the same frequency at the RTOS tick (or some subdivision of), and access to the DBGU will not cause any blocking (polling etc.) then you might be able to use a ‘tick hook’ – a call to a function that you define to perform the DBGU handling you require. This can be added to the very end of vTaskIncrementTick() within tasks.c so it gets called each tick. Normally it would be good to keep this in the port.c file, rather than in the kernel code, but the IAR compiler requires the tick to use an asm wrapper which makes this less user friendly. You could alternatively add a call to your function within portasm.s79.

Alternatively, you could create the RTOS tick from a different source. Does your application leave any timers free that can generate a periodic event (compare match for example?). The timer used by the RTOS tick is set from prvSetupTimerInterrupt() in port.c. You can use any available source.

Regards.


[ 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