Quality RTOS & Embedded Software

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


Loading

printf with Freertos using atollic lite

Posted by Lee Trueman on May 4, 2011
printf causing an Hardfault exception when using with the Atollic freertos example. Has anyone got this working and if so how ? i.e how was the IO redirect done ?

If i create a new test project without freertos, i dont get the exception and printf outputs ok.


RE: printf with Freertos using atollic lite

Posted by MEdwards on May 4, 2011
What mechanism do the attolic tools use to output printf text?

RE: printf with Freertos using atollic lite

Posted by Lee Trueman on May 4, 2011
I've overided the


int _write_r(void *reent, int fd, char *ptr, size_t len)

Atollic use the newlib

RE: printf with Freertos using atollic lite

Posted by MEdwards on May 4, 2011
But how is the output implemented? Where is the output going? A virtual com port, an ITM channel, where?

RE: printf with Freertos using atollic lite

Posted by Lee Trueman on May 4, 2011
To Uart1, so using the calls


USART_SendData(USART1, (uint8_t) ch);

/* Loop until the end of transmission */
while (USART_GetFlagStatus(USART1, USART_FLAG_TC) == RESET);

RE: printf with Freertos using atollic lite

Posted by MEdwards on May 4, 2011
So, it looks like, your question is not really related to printf() but more to do with writing to a serial port.

I would check your stack usage all the same. If you are calling printf() with a small stack then it will probably overflow the stack. That might be all the problem is.

RE: printf with Freertos using atollic lite

Posted by Lee Trueman on May 5, 2011
that was my first thoughts but, after increasing the stack to 0x800 and the problem was still there, i've now ruled out the stack.


[ 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