Quality RTOS & Embedded Software

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


Loading

Section fails to compile (list.h)

Posted by Vyperin on June 6, 2007
Hello,

I have started a project, using a PIC18F452 & MPLAB 7.52 & MPLAB C18 3.11 Student Edition.

During some of my tests with FreeRTOS, I came to the conclusion that I should use vTaskSuspendAll() / xTaskResumeAll() instead of taskENTER_CRITICAL() / taskEXIT_CRITICAL().

Normally I assume that I need the following to be enabled:
#define INCLUDE_vTaskSuspend 1
in my FreeRtosConfig header file.

But, enabling this, gives me a compile time error: Error [1131] type mismatch in assignment,
the offender being: void vTaskCleanUpResources( void ) , (I also defined INCLUDE_vTaskCleanUpResources)
at the statement type: listGET_OWNER_OF_NEXT_ENTRY( pxTCB, &( pxReadyTasksLists[ usQueue ] ) ); ,
which calls the following define in list.h (i am using the heap_2.c allocator):

#define listGET_OWNER_OF_NEXT_ENTRY( pxTCB, pxList ) \
( pxList )->pxIndex = ( pxList )->pxIndex->pxNext; \
if( ( pxList )->pxIndex == ( xListItem * ) &( ( pxList )->xListEnd ) ) \
{ \
( pxList )->pxIndex = ( pxList )->pxIndex->pxNext; \
} \
pxTCB = ( pxList )->pxIndex->pvOwner

I have tried to figure it out, but I must admit, the inlining and data structures simply dazzle me. It is way beyond my programming skills.

So can you help me ? Maby a hint, or what structure may be mismatching: pxList or pxTCB. Maby some added paranthesis, or some explicit cast ?

Hope this can be done. I am just starting to like the RTOS and I really want to use it in my project.
Thank you in advance.
Best Regards,
V.

RE: Section fails to compile (list.h)

Posted by Dave on June 6, 2007
Do you really need INCLUDE_vTaskCleanUpResources set to 1? I think this is unlikely on a PIC. Can you not just set it back to 0?

Dave.

RE: RE: Section fails to compile (list.h)

Posted by Vyperin on June 6, 2007
Indeed your solution is competent and it constitutes as a bypass for the problem.

Can you tell me exactly what INCLUDE_vTaskCleanUpResources manages ?

I wished to use some dynamic allocated variables in my project. I must know if omitting this setting will incrementally take up heap space if allocating and deallocating, so if needed to re-think the solution.

Thank you,
V.

RE: RE: Section fails to compile (list.h)

Posted by sotd on June 6, 2007
The clean up resources function is only used when you stop or end the scheduler. In most systems this is never done as there is nothing to return to if the scheduler ends.


[ 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