Quality RTOS & Embedded Software

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


Loading

Tick wrong on Crossworks 2 for ARM?

Posted by Daniel Goertzen on July 29, 2009
I am working with Crossworks 2 for ARM, an Olimex 2378 demo board, and FreeRTOS 5.4.0. The demo for ARM7_LPC2368_Rowley would not compile at all, so I started my own simple FreeRTOS project. I eventually got it running, but only when interrupts are disabled (my sole task runs happily forever).

What appears to be happening is that irq_handler in vic_irq_handlers.s expects vNonPreemptiveTick() to exit differently than it does. vNonPreemptiveTick() reloads processor context and ends up in the middle of irq_handler in system mode, which eventually leads to another context reload from garbage and a prefetch abort.

Any advice on how to make this work right? I am new to Crossworks, ARM, and FreeRTOS.

Thanks,
Dan.

RE: Tick wrong on Crossworks 2 for ARM?

Posted by MEdwards on July 29, 2009
There are bugs in GCC interworking code in CW2. Try compiling to ARM mode only.

RE: Tick wrong on Crossworks 2 for ARM?

Posted by Daniel Goertzen on July 29, 2009
Everything was ARM mode.


I got things going by removing this line from portISR.c

void vNonPreemptiveTick( void ) __attribute__ ((interrupt ("IRQ")));


The same approach did not work for vPreemtiveTick(). It looks like irq_handler has to be different to allow this to work.

So am I correct in assuming that the port for ARM7_LPC2368_Rowley is meant for Crossworks 1.x? Will I find an irq_handler there that is more compatible with FreeRTOS?

Thanks,
Dan.


[ 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