Quality RTOS & Embedded Software

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


Loading

FreeRTOS V5.4.0 - Pic32

Posted by Robert Belgau on July 23, 2009
I just built the demo (v5.4.0) for the pic32 using MPLAB 8.30, Pic32-gcc V1.05 and the Explorer 16 dev board. Nothing seemed to happen. If I rem out vStartInterruptQueueTasks then the project will run and the display shows Block time error, Int queue errors. Any Ideas?

RTOS V4.2.1 Built with the same configuration shown above runs with a max jitter of
-23895ns. If I build it on MPLAB V8.0 with pic32-gcc V1.0 it runs with max jitter of +486ns.

Note: the later versions of MPLAB V8.15a and fwd upgrade the firmware in the ICD 2. If I plug the ICD 2 into an earlier version of MPLAB (V8.00 specifically) and reflash the ICD 2 to the old firmware, FreeRTOS V4.2.1 works fine. I can't build V5.4.0 in MPLAB 8.00 because it say the format of the workspace has changed (i.e. I can't open the project).

What version of MPLAB, Pic32-gcc and ICD firmware was FreeRTOS V5.4.0 built under?

RE: FreeRTOS V5.4.0 - Pic32

Posted by Richard on July 24, 2009
I have quite a big project running with V5.2.0, but using a starter kit module with its own debug interface rather than Real ICE. Nothing has changed in the PIC32 port for a long time.

Regards.

RE: FreeRTOS V5.4.0 - Pic32

Posted by Robert Belgau on July 25, 2009
Your website says that V5.0.2 was built on the Explorer 16 board so I pulled down that version and it seems to be working. Being a newbee, I think I will start here. It would be interesting if you could try V5.4.0 on the Explorer 16 board.

RE: FreeRTOS V5.4.0 - Pic32

Posted by Richard on July 25, 2009
I have just tired V5.4.0 and you are correct in that the demo does not run as is. The problem has arisen because of some modifications that were made to the byte alignment, causing just a few more bytes per task stack to be allocated. This in turn meant there was not enough heap left for the idle task to be created.

To fix, open up FreeRTOSConfig.h and change the configMINIMAL_STACK_SIZE setting from 200 to 190. The demo will then execute with no problems.

Regards.

RE: FreeRTOS V5.4.0 - Pic32

Posted by Robert Belgau on July 26, 2009
That fixed it. Thanks

RE: FreeRTOS V5.4.0 - Pic32

Posted by Robert Belgau on August 5, 2009
Can you use vTaskDelayUntil() API function to delay for say 60 minutes?

RE: FreeRTOS V5.4.0 - Pic32

Posted by Richard on August 5, 2009
The maximum delay period depends on the type used to hold the tick count and the tick frequency. Assuming the tick count is held in a 32 bit variable (configUSE_16_BIT_TICKS is set to 0) and the tick frequency is 100Hz (configTICK_RATE_HZ is set to 100) then the maximum delay that can be achieved using vTaskDelayUntil() is 0xffffffff ticks,

which equals 0xffffffff one hundredths of a second,

which equals 42949672.95 seconds,

which equals 715827.8825 minutes,

which equals 11930.46470833 hours,

which equals 497 days

:o)

Note that block times sent to queue and semaphore functions can specify an indefinite wait by setting the block time to portMAX_DELAY and having INCLUDE_vTaskSuspend set to 1.

Regards.


[ 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