Quality RTOS & Embedded Software

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


Loading

Scheduler gets stuck if more than 3 tasks

Posted by petermaier on April 26, 2016

Hi all, I am having trouble starting more than 3 tasks even if they're absolute dummy tasks.

I've built a project with STM32CubeMX which included freeRTOS as middleware.

IDE: Atollic TrueSTUDIO with GCC MCU: STM32151LCBU6

main.c: xTaskCreate(DataHandlerTask,"Data Handler", 280U, NULL, 4U, NULL); xTaskCreate(LightMeasureTask,"Light Measurement", 100U, NULL, 4U, NULL); xTaskCreate(TemperatureMeasureTask,"Temp Measurement", 100U, NULL, 4U, NULL); xTaskCreate(HumidityMeasureTask,"Humid Measurement", 100U, NULL, 4U, NULL); xTaskCreate(PressureMeasureTask,"Pressure Measurement", 100U, NULL, 4U, NULL); vTaskStartScheduler();

tasks (there are 5 identically simple tasks): void HumidityMeasureTask(void pvargs){ int32t humidityValue=0; for (;;) { osDelay(HUMIDITYTASKDELAYMS); } }

xTaskCreate returns in every case 1. After it gets stuck in vTaskStartScheduler() and does nothing.

If I create only 3 tasks everything works fine. However, if there are more than 3 tasks the scheduler is getting stuck. Is there a define for maximum tasks or something?

Any suggestions on how to get this working would be greatly appreciated. Peter Maier


Scheduler gets stuck if more than 3 tasks

Posted by rtel on April 26, 2016

Please read the heap management page on the FreeRTOS web site - could it be you just need to increase configTOTALHEAPSIZE?

Do you have a malloc failed hook defined?

Do you have configASSERT() defined?


Scheduler gets stuck if more than 3 tasks

Posted by petermaier on April 27, 2016

To increase configTOTALHEAPSIZE worked fine.

You made my day, thank you


[ 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