Quality RTOS & Embedded Software

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


Loading

Problem with Task and sprintf()

Posted by dennis on February 8, 2007
Hi,

After spending a bit of time on using Tasks, I've experienced a problem on using sprintf() in <stdio.h> provided by Microchip MPLAB C30.

Here are the symptoms:
1) When I used sprintf() in Task to print a string of characters, there are no problems.
2) When I used sprintf() in Task to print an integer or a floating point number, the function fails to work and seems to generate a reset on my chip.
3) When I used sprintf() in Coroutine, both characters and numbers work fine.

I wonder if anyone experienced the same problem at all? Is the problem caused by Task? or by sprintf()? or others?

Dennis

RE: Problem with Task and sprintf()

Posted by Nobody/Anonymous on February 8, 2007
Most likely a stack issue. The biggest (and maybe only) disadvantage of GCC is that its standard library functions are pretty huge. When you print just a string it probably replaces the call with a puts(), which is standard for GCC. When you print numeric values it will start consuming an unpleasant amount of stack. Try increasing the stack size of the task that uses printf.

Dave.

RE: Problem with Task and sprintf()

Posted by dennis on February 8, 2007
Thanks Dave,

That's did the trick. I need to set the stack size to around 200 (i.e. 400bytes) to make things work.

Cheers.

Dennis


[ 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