Quality RTOS & Embedded Software

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


Loading

Interrupt handler issues in the LPC1114 examp

Posted by maxter on November 14, 2012
Hi

I downloaded the latest release, 7.3.0, and while trying to work with the LPC1114 example for the LPCXpresso toolchain, my little application hanged at the SVC_Handler handler interrupt.

After digging into the source code I found that changing this line

#define vPortSVCHandler SVCall_Handler


for this other one

#define vPortSVCHandler SVC_Handler


(FreeRTOSConfig.h, line 143)

make my application to run nicely and smoothly.

Is that a bug?

Greetings!!

RE: Interrupt handler issues in the LPC1114 examp

Posted by Richard on November 14, 2012
No, it comes about because CodeRed did not have the correct CMSIS names for their default handlers, so the names in their default vector tables was different.

SVC_Handler is the standard name, so it looks like CodeRed have changed their code.

Regards.

RE: Interrupt handler issues in the LPC1114 examp

Posted by maxter on November 14, 2012
I got it!!

So the example was written when the default's handler names were different. Then, later on, CodeRed changed their names to the standard ones?

This is a short list of interrupt handler names that are found in cr_startup_lpc12xx.c (LPCXpresso 5.0.10)

     void ResetISR(void);
WEAK void NMI_Handler(void);
WEAK void HardFault_Handler(void);
WEAK void SVC_Handler(void);
WEAK void PendSV_Handler(void);
WEAK void SysTick_Handler(void);
WEAK void IntDefaultHandler(void);


[ 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