Quality RTOS & Embedded Software

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


Loading

portBASE_TYPE conflict definition with vtaskDelayUntil()

Posted by chaabanemalki on April 15, 2014

Hello,

I migrated from freeRTOS 7.6.0 to 8.0.0

when building the same project of a PIC32Mx using XC32 1.31 and FreeRTOS 8.0.0

I get this error everytime i use vtaskDelayUntil() ../GPS/GPS.c:488:21: warning: passing argument 1 of 'vTaskDelayUntil' from incompatible pointer type ../Source/include/task.h:599:6: note: expected 'TickType_t * const' but argument is of type 'long int *'

But I don't get it with FreeRTOS 7.6.0

here is my line of code

portBASETYPE xLastTimeWakeTask; vTaskDelayUntil(&xLastTimeWakeTask, 100/portTICKRATE_MS);

the first argument (portTickType) in vtaskDelayUntil() is defined :

in 7.6.0 : typedef unsigned long portTickType;

in 8.0.0 : typedef uint32t TickTypet; and in microchip type definition i find

typedef __ uint32t uint32t; typedef unsigned int __ uint32_t;

and this makes TickType_t an unsigned int.

I changed the definition of TickTypet to long like portBASETYPE, would that make a mess after ?


portBASE_TYPE conflict definition with vtaskDelayUntil()

Posted by davedoors on April 15, 2014

In both V7.6.0 and V8.0.0 the tick type has been unsigned. Your code snipped is declaring xLastTimeWakeTask as a signed portBASE_TYPE. This has probably always been wrong in your code but not been highlighted until you switch to v8 because in v8 it is attempting an implicit conversion to a typedef.

Try building against V7.6.0 with the -Wextra compiler option. Does it generate a warning then?

Have a look at http://www.freertos.org/upgrading-to-FreeRTOS-V8.html#typedefs


portBASE_TYPE conflict definition with vtaskDelayUntil()

Posted by chaabanemalki on April 15, 2014

Thank you for the clarificaiton, I mixed between portBASE_TYPE and portTickType


[ 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