Quality RTOS & Embedded Software

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


Loading

Version 8.2.3 Demo\WIN32-MSVC timer not started

Posted by thespeeder on March 12, 2016

Was looking at the WIN32-MSVC demo. Appears the timer is not being started.

Had to add a call to xStartTimer(). xTimerStart(xTimer, 0);

Also checked version 9.0.0rc1. xTimerStart() is missing there too.


Version 8.2.3 Demo\WIN32-MSVC timer not started

Posted by rtel on March 12, 2016

Which timer?


Version 8.2.3 Demo\WIN32-MSVC timer not started

Posted by thespeeder on March 13, 2016

The one in mainblinky(), mainblinky.c


Version 8.2.3 Demo\WIN32-MSVC timer not started

Posted by rtel on March 13, 2016

I've just looked at the demo files and see the timer is being started.

What I did:

1) Search for xTimerCreate(), so I can find the name of the variable in which the timer's handle is stored, which is xTimer. Above the call to xTimerCreate() I see the comment:

/* Create the software timer, but don't start it yet. */

2) Search for where the xTimer variable is used, where I find the following code:

/* Reset the timer if a key has been pressed.  The timer will write
mainVALUE_SENT_FROM_TIMER to the queue when it expires. */
if( _kbhit() != 0 )
{
    /* Remove the key from the input buffer. */
    ( void ) _getch();

    /* Reset the software timer. */
    xTimerReset( xTimer, portMAX_DELAY );
}

3) Read the comments at the top of the file that describe what the demo does.


[ 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