Quality RTOS & Embedded Software

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


Loading

SPRINTF is causing an FIQ exception

Posted by Nobody/Anonymous on March 16, 2006
Im using the STR711 with FreeRtos and the Idealist IDE ( GCC compiler ).
Using the sprintf function causes an FIQ exception. The sprintf is performed properly, but the next instruction after the exception. I have core and user level Fiq interrupts disabled. Also have increased my stack and heap sizes.
-rtosrom.ld
_STACKSIZE = 2048;
_STACKSIZE_IRQ = 256;
_STACKSIZE_FIQ = 256;
_STACKSIZE_SVC = 0;
_STACKSIZE_ABT = 0;
_STACKSIZE_UND = 0;
_HEAPSIZE = 2048;

#define configTOTAL_HEAP_SIZE((size_t)(20480))

has anyone come across something like this ?

regards.

RE: SPRINTF is causing an FIQ exception

Posted by Nobody/Anonymous on March 17, 2006
You have an STR711 with 20.5K of RAM?

I think you are probably right in thinking it could be a stack problem as the GCC string handling functions are very stack hungry. One of the few problems with using GCC on ARM.

The _STACKSIE=2048 I am guessing is setting up the user/system mode stack? If so then increasing this setting will have no effect once the scheduler has been started as the stack actually allocated to each task is given by the parameter passed to the xTaskCreate() function. Have you tried increasing the stack allocated to the function that calls sprintf()? You may be surprised as to how much it needs.


[ 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