Quality RTOS & Embedded Software

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


Loading

A possible bug at the WIN32 simulator

Posted by Cesar Verdes on May 1, 2010
I think that the line:
#if(USE_16_BIT_TICKS == 1 )

had to be changed to:
#if( configUSE_16_BIT_TICKS == 1 )

in the portmacro.h file of the WIN32 simulator.

I'm using the WIN32 simulator for study and understand FreeRTOS. I wanted to experiment with a small portTickType in order to generate a TickCount overflow and I've found that this line is diferent (and possible wrong) compared with other ports.

I found the same code diferent at the GCC MCF5235 port.

I think that the WIN32 simulator is a great tool for the FreeRTOS study and algorithm tests.

Regards,

César

RE: A possible bug at the WIN32 simulator

Posted by Cesar Verdes on May 2, 2010
Related with the previous change, I suggest to modify the following line at the portmacro.h file of the WIN32 simulator:
#define portMS_TO_TICKS(ms)  ( ( portTickType ) (1000*(ms) + (15625)/2)/15625 )

for this one:
#define portMS_TO_TICKS(ms)  ( ( portTickType ) ((1000*(ms) + (15625)/2)/15625 ) )

adding this couple of parenthesis.

Without the parenthesis and if the portTickType is defined as unsigned portSHORT an overflow occurs within the portMS_TO_TICKS macro with values of ms greater than 57.

RE: A possible bug at the WIN32 simulator

Posted by Richard on May 2, 2010
Thank you for your feedback. I would be grateful if you could paste these comments (or a link to this thread) as a comment in the following forum: http://interactive.freertos.org/entries/126325-win32-simulator-using-visual-studio-free-version

Thanks and regards.

RE: A possible bug at the WIN32 simulator

Posted by Cesar Verdes on May 3, 2010
Of course Richard.

This post follows here

Regards,

Cesar


[ 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