Quality RTOS & Embedded Software

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


Loading

HCS12 ports and vectors.c

Posted by Nobody/Anonymous on June 22, 2005
Maybe this just proves how much of a n00b I am, but I'm just curious why the demos have the vectors.c file modified manually to call the vXXX handlers directly rather than calling them through the events.c handlers (the way that ProcessorExpert prefers).

I presume that there's a good reason, I just want to know what it is :-)

RE: HCS12 ports and vectors.c

Posted by Richard on June 22, 2005
Its just a matter of control and efficiency.

For example, the tick timer code generated by the processor expert creates an ISR called TickTimer_Interrupt(), which clears the timer flag, and calls TickTimer_OnInterrupt(), which would then have to call the standard kernel code. This is two more functions calls than necessary. I have just placed the kernel code directly into the interrupt vector so it is the first thing that executes. Less time and less stack usage.

Likewise the serial ports. It is very handy to use the processor expert to configure the serial port, but the ISR code it generates does not help me test the kernel without more overhead. I just wanted more control over the operation so jump directly to my own ISR.

Regards,
Richard.


[ 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