Quality RTOS & Embedded Software

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


Loading

Porting FreeRTOS to Cypress PSoC

Posted by Alexandre Tolmos on July 8, 2009
Hello,

I'm trying to port FreeRTOS to the Cypress PSoC architecture and I'm having some problems with the scheduler.

For now I've just tested cooperative scheduling with one task plus the idle task (both have the idle priority.)

When the main task yields using portYield() or vTaskDelay(0), the scheduler alternates between the two tasks correctly. However, when the main task blocks itself using vTaskDelay(x), the scheduler never gives back the processor to the main task.

I checked that the idle task calls portYield() and the tick is incremented by the timer ISR so I don't understand why the main task is never woken.

Any help is appreciated.

Thanks !

RE: Porting FreeRTOS to Cypress PSoC

Posted by Richard on July 8, 2009
When using the co-operative scheduler (configUSE_PREEMPTION is set to 0 in FreeRTOSConfig.h) then the tick interrupt just needs to call vTaskIncrementTick() - and as you say your task has to periodically yield.

When using the pre-emptive scheduler the tick interrupt has to call first vTaskIncrementTick() and then second vTaskSwitchContext().

Is this being done?

Regards.

RE: Porting FreeRTOS to Cypress PSoC

Posted by Alexandre Tolmos on July 9, 2009
There was a bug in my implementation of vPortYield() which caused the GIE bit in the flags register to be cleared and therefore the tick interrupt was stopped.

Now co-operative scheduling works fine. However, pre-emptive scheduling doesn't work yet. I suspect there is another interrupt related problem.

Thanks.

RE: Porting FreeRTOS to Cypress PSoC

Posted by Alexandre Tolmos on July 10, 2009
Hello,

I managed to get pre-emptive scheduling to work with two tasks (plus the idle task) but it only works if both tasks have the tskIDLE_PRIORITY priority.

If I set the priority of one task to a priority higher than the idle priority then both tasks block and never wake up. Each task toggles a LED and then calls vTaskDelay().

configMAX_PRIORITIES is set to 4.

What could be the problem ?

Thanks.


[ 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