Quality RTOS & Embedded Software

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


Loading

EFM32 Demo not running (gcc tool chain)

Posted by tscans on July 13, 2011
Copied the CORTEX_EFMG890F128_IAR directory to CORTEX_EFMG890F128_GCC and created a Makefile to use with the codesourcery tool chain (version arm-2010q1). Unfortunately the demo does nothing ... literary. After vTaskStartScheduler is called, the other tasks appear to be never called.

Using gdb ^C reports: 0x000000c0 in _IRQHandlerinterrupt ()

Any ideas?

Thanks.

RE: EFM32 Demo not running (gcc tool chain)

Posted by Richard on July 14, 2011
Well there could be one of twenty different things. From a three line description of what you have done I can only speculate on the most likely - and that would be that you have not populated the interrupt vector table correctly. Look at the other Cortex-M3 GCC demos - you need to populate the PendSV, SysTick and SVC interrupts with xPortPendSVHandler, vPortSysTickHandler and vPortSVCHandler respectively.

If your project is using CMSIS, then you can map these to the CMSIS names by adding the following lines to FreeRTOSConfig.h, then including FreeRTOSConfig.h in the file that defines the vector table.


#define vPortSVCHandler SVC_Handler
#define xPortPendSVHandler PendSV_Handler
#define xPortSysTickHandler SysTick_Handler

Regards.

RE: EFM32 Demo not running (gcc tool chain)

Posted by tscans on July 14, 2011
Brilliant. That did it. Thank you.


[ 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