Quality RTOS & Embedded Software

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


Loading

basic question about using configUSE_NEWLIB_REENTRANT 1

Posted by sagi2097 on March 13, 2014

Hello I have a question regarding the use of configUSENEWLIBREENTRANT. Let me tell you first, that I have not used it before, so I am not familiar with all the details. All I understand is that it embedds a struct compatible with reent.h in the TCB so one does not have to allocate and point to that struct manually. Correct me if I am wrong here... Now the question: Suppose a simple case where I would like to use reentrancy features, so i set configUSENEWLIBREENTRANT to 1. In a task lets say that all I do is use sprintf in the reentrant version :sprintfr. This version demands as second argument a pointer to the reent struct. what is the correct way to use this version of sprintf in this case? dig out the reent pointer from TCB and pass it by hand? Something like sprintfr(buff,pxTCB->xNewLib_reent,"...."); ?? Maybe what I write irrelevant ... but I could use an example to get started. Thank You

Alex


basic question about using configUSE_NEWLIB_REENTRANT 1

Posted by rtel on March 13, 2014

As far as I know, if you are using newlib, then you should be able to just use the normal library functions and the kernel takes care of ensuring the reent structure is set correctly for whichever task is running at that time. I'm not familiar with functions that end in r, but if they are asking you to use the reent structure manually then you should be able to pass _impureptr, which will be pointing to the correct reent structure - don't try obtaining it from the TCB as that would require code changes. Try googling impureptr.

I suspect the functions you are using are not intended to be called directly, but indirectly from the standard library functions, but as noted in the comments where the reent manipulation is implemented in the code, I don't use this functionality myself so can give a very authoritative answer without checking google myself.

Regards.


[ 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