Quality RTOS & Embedded Software

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


Loading

Beginner problems with Queues...

Posted by noobdeluxe2000 on April 24, 2014

I am having some beginner problems with my Queues. When I compile my code it says that there is multiple definitions of my queue??.

My compiler points to 2 different modules / 2 task where in of them send data (or make a xQueueSend) to the queue and in the other one i receive (or make a xQueueReceive) from it.

My xQueueHandle Queue1 = NULL is declared/initiated in a .h file, and the .h file is included to my other module.

Queue1 = xQueueCreate(3, sizeof(INT8U)) my queue is xQueueCreated in my main...

So I don't know where I am going wrong.. ?? IT would be very helpfull..


Beginner problems with Queues...

Posted by bowerymarc on April 24, 2014

suggest you don't assign a value to your queue handle in the .h file, since it's probably included in multiple files. initialize it in a C file, and use 'extern' in the .h files.

On Apr 24, 2014, at 2:07 PMEDT, noob wrote:

I am having some beginner problems with my Queues. When I compile my code it says that there is multiple definitions of my queue??.

My compiler points to 2 different modules / 2 task where in of them send data (or make a xQueueSend) to the queue and in the other one i receive (or make a xQueueReceive) from it.

My xQueueHandle Queue1 = NULL is declared/initiated in a .h file, and the .h file is included to my other module.

Queue1 = xQueueCreate(3, sizeof(INT8U)) my queue is xQueueCreated in my main...

So I don't know where I am going wrong.. ?? IT would be very helpfull..

Beginner problems with Queues...

Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/freertos/discussion/382005/

To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

Attachments

alternate (1682 bytes)

Beginner problems with Queues...

Posted by noobdeluxe2000 on April 24, 2014

Ahh!! thanks a lot :)


[ 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