Quality RTOS & Embedded Software

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


Loading

[STM32 L1 Discovery Board] [Semaphore] Idle task creation fails

Posted by sunnyazoi on February 15, 2016

Hi,

I am using the STM32 L1 Discovery Board (256KB).

I am trying to create two semaphores using the below code:

  osSemaphoreDef(SEM1);
  osSemaphoreDef(SEM2);

  /* Create the semaphore used by the two threads */
//  osSemaphore = osSemaphoreCreate(osSemaphore(SEM) , 1);
  osSemaphoreProducer = osSemaphoreCreate(osSemaphore(SEM1) , 1);
  osSemaphoreConsumer = osSemaphoreCreate(osSemaphore(SEM2) , 1);

  osThreadDef(SEM1_Thread1, Sem_Thread1, osPriorityLow, 0, semtstSTACK_SIZE);
  osThreadDef(SEM2_Thread2, Sem_Thread2, osPriorityIdle, 0, semtstSTACK_SIZE);

  /* Start thread */
  semThreadHandle1 = osThreadCreate(osThread(SEM1_Thread1), NULL);
  semThreadHandle2 = osThreadCreate(osThread(SEM2_Thread2), NULL);

  /* Start scheduler */
  osKernelStart();

  /* We should never get here as control is now taken by the scheduler */
  for (;;);

But I am reaching the infinite for (;;) loop.

I debugged and found that the code is not able to create the IDLE Thread.

Below is the trace for the failure:

osKernelStart()
    vTaskStartScheduler()
        xTaskCreate( prvIdleTask, "IDLE", ...)
            xReturn = errCOULD_NOT_ALLOCATE_REQUIRED_MEMORY;

Then I created just one semaphore and the code works perfectly fine.

So is there any stack / heap limitation for creating 2 or more semaphores ?

If there is any solution, then please do let me know.

Awaiting your reply.

Thanks, Sunny


[STM32 L1 Discovery Board] [Semaphore] Idle task creation fails

Posted by rtel on February 15, 2016

You need to increase the configTOTALHEAPSIZE value. See http://www.freertos.org/a00111.html


[ 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