Quality RTOS & Embedded Software

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


Loading

no definition for "xQueueCreateCountingSemaph

Posted by Beja Nissim on April 20, 2009
Dear all,

I using the STM3210E-EVAL board which is based on the ST microelectronics STM32f103 uController.
I'm trying to use FreeRTOSV5.1.1 with IAR embedded workbench 5.20.

Based on the Demo project, i tried to use xSemaphoreCreateCounting() function but got the following
Linking Error:
Error[Li005]: no definition for "xQueueCreateCountingSemaphore" [referenced from F:\OS_Projects
\_FreeRTOS\FreeRTOSV5.1.1\FreeRTOS\Demo\

After digging a bit i found the following:
1. Inside semphr.h - there is this line

#define xSemaphoreCreateCounting( uxMaxCount, uxInitialCount )
xQueueCreateCountingSemaphore( uxMaxCount, uxInitialCount )

it seems that xSemaphoreCreateCounting( uxMaxCount, uxInitialCount ) does not have any
implementation at all.

Is this the reason i got the linking error which i mentioned above?
If not, can some let me know what would be the problem?

2. Does anyone know used xSemaphoreCreateCounting() function? if so, i would be happy to know
how?

Thanks in advanced
Beja.

RE: no definition for "xQueueCreateCountingSe

Posted by MEdwards on April 20, 2009
xQueueCreateCountingSemaphore() is defined in queue.c line 419 (version 5.2.0). configUSE_COUNTING_SEMAPHORES must be defined.

It is used by some of the demo app tasks.

RE: no definition for "xQueueCreateCountingSe

Posted by Beja Nissim on April 20, 2009
Thanks.

I just saw it.


[ 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