Quality RTOS & Embedded Software

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


Loading

TaskSELECT_HIGHEST_PRIORITY_TASK TASK.C LINE2148

Posted by luisdanieldorta on May 4, 2014

I am using freeRTOS V8 in code composer studio v5. Cortez-R4TICCS5. And the compiler check this warning:

 #205 function declared implicity

This warning refers to: task.c line 2148 taskSELECTHIGHESTPRIORITY_TASK();

Regards, Luis.


TaskSELECT_HIGHEST_PRIORITY_TASK TASK.C LINE2148

Posted by rtel on May 5, 2014

taskSELECTHIGHESTPRIORITY_TASK() is not a function, but a macro, which is defined at the top of tasks.c, which is also the file the macro is called from, so I don't know why the compiler would output such a warning.

What taskSELECTHIGHESTPRIORITYTASK() actually does depends on the value of configUSEPORTOPTIMISEDTASKSELECTION in FreeRTOSConfig.h. Do you define configUSEPORTOPTIMISEDTASK_SELECTION in FreeRTOSConfig.h? If so, what is is set to?

Regards.


TaskSELECT_HIGHEST_PRIORITY_TASK TASK.C LINE2148

Posted by luisdanieldorta on May 6, 2014

Thanks,

configUSEPORTOPTIMISEDTASKSELECTION is already define in FreeRTOSConfig.h

With configUSEPORTOPTIMISEDTASKSELECTION set to 1 the warning appears, but set to 0 there is not warning. The compiler version of CCS5 is TI v4.9.5. and the device i am working is a TI RM48l950.


TaskSELECT_HIGHEST_PRIORITY_TASK TASK.C LINE2148

Posted by luisdanieldorta on May 6, 2014

Some print screens...

Attachments

image.jpg (553391 bytes)

TaskSELECT_HIGHEST_PRIORITY_TASK TASK.C LINE2148

Posted by luisdanieldorta on May 6, 2014

Some print screens...

Attachments

image.jpg (415640 bytes)

TaskSELECT_HIGHEST_PRIORITY_TASK TASK.C LINE2148

Posted by rtel on May 6, 2014

__clz() is a compiler intrinsic - that is - it is provided by the compiler not by FreeRTOS. I'm not sure why it is not finding the definition, maybe it is just related to a compiler version updated? It might be that the name of the intrinsic has changed, try looking it up in the compiler's documentation. Alternatives would be to:

1) Ask TI about it, maybe on an TMS570/RM48 forum, or on a CCS forum. 2) Implement the function yourself. You just need a few lines of assembly code that executes the clz instruction and returns the result. 3) Just set configUSEPORTOPTIMISEDTASKSELECTION to 0.

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