Quality RTOS & Embedded Software

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


Loading

dynamic frequency change

Posted by beppe r on November 27, 2009
Hi all,
in a cortexM3 (stm32) project i am using FreeRTOS and i need to change dynamically core frequency (min being 8Mhz and max 72Mhz, default 16Mhz).

in an old post Richard Barry suggested the following:
*In Source\portable\MPLAB\PIC32MX\port.c you will see the function vPortIncrementTick(). This calls vTaskIncrementTick() just once. If you have the frequency, change this so vTaskIncrementTick is called twice. If you quarter the frequency, change this so it is called 4 times. Etc.*

i was wondering if i can instead change the systick interrupt config when i change core freq.

Thanks
Beppe

RE: dynamic frequency change

Posted by Richard on November 27, 2009
Not sure exactly what you are asking - but you have to ensure that time moves at the same speed for the kernel. If you slow down the core speed by 2, then assuming this causes the tick interrupt occurs at half the frequency, you will have to call vTaskIncrementTick() twice in each tick interrupt.

Regards.

RE: dynamic frequency change

Posted by Richard Damon on November 27, 2009
Richard, I believe that he is asking if you cut the clock speed in half, and also cut the clock cycles per tic interrupt in half (so the tics still happen at the same rate) with that work, and I think it should. It will increase the overhead by the tic interrupt, but that is sort of to be expected.

RE: dynamic frequency change

Posted by Richard on November 27, 2009
Richard_damon, I agree with you.

Regards.

RE: dynamic frequency change

Posted by beppe r on November 28, 2009
exactly what was i looking for :)
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