Quality RTOS & Embedded Software

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


Loading

Yagarto tool chain standard IO issues

Posted by Antonio Defina on May 22, 2013
I all,

My name is Antonio. I have a problem with standard I\O functions, in particular with sscanf function. I use Free RTOS on SAM7X micro controller compiled with yagarto tool chain (version 4.7.2). The problem is that sometimes the sscanf does not provide in output the values. For example:

char message[32];
int returnScanf;
int getValue;

strcpy(message,"2");

getValue = 5;
returnScanf = sscanf(message,"%d",&getValue);

//returnScanf is equal to 1 (correct), but getValue is equal to 0

It is very strange, because sometimes, if I try to compile again the same source code, it sometimes works properly (without changing any header\compiler option, etc.).

I use this compiler options:

COMPILER_GENERAL_OPTIONS= \
-mthumb-interwork \
-mcpu=arm7tdmi \
-T$(LDSCRIPT) \
-Wall \
-g \
-O1\
-fomit-frame-pointer \
-fno-dwarf2-cfi-asm

and linker options:

LINKER_FLAGS=-nostartfiles -Xlinker -o$(PROJECTNAME).$(ARMEXT) -lm -Xlinker -M -Xlinker -Map=$(PROJECTNAME).$(MAPEXT)

Could you please help me to find the possible mistake?

Thanks in advance

RE: Yagarto tool chain standard IO issues

Posted by Richard on May 22, 2013
Is your question FreeRTOS related? Is the behaviour the same when executed from main() before the scheduler has started as from a task after the scheduler has started?

Regards.

RE: Yagarto tool chain standard IO issues

Posted by Antonio Defina on May 31, 2013
Hi,

the source code example is inserted inside a FreeRTOS task.


[ 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