Quality RTOS & Embedded Software

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


Loading

Using ISR with wrapping

Posted by Nobody/Anonymous on April 27, 2005
Hello!

I am having problems with compiling the assembler wrapping file for context switching ISR. I am using IAR and an SAM7 evaluation board. I am getting following compiler error:

Error[67]: Public 'vLIS3L_ISREntry' did not appear in label field

My wrapping code looks as follows:

RSEG ICODE:CODE
CODE32

EXTERN vLIS3L_ISR
PUBLIC vLIS3L_ISREntry

#include "ISR_Support.h"

vSerialISREntry:

portSAVE_CONTEXT

blvLIS3L_ISR

portRESTORE_CONTEXT

END

Any suggestions what might cause this error??

Regards

RE: Using ISR with wrapping

Posted by Nobody/Anonymous on April 27, 2005
The error means that you are decalring a public function - vLIS3L_ISREntry - but the function does not have an entry point within the asm code.

You are still using vSerialISREntry as the label for the entry point.

Replace the line
"vSerialISREntry:"

with

"vLIS3L_ISREntry:"




[ 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