You can think of a FreeRTOS application as comprising of multiple threads executing in a single process. However, as FreeRTOS doesn't have the concept of processes (in the Linux sense), to avoid confusion (?) we prefer to say "tasks" instead of "thr...
If you change the clock then you also have to change the code - there is no way FreeRTOS can automatically do that for you. Here are some links that will help:https://www.freertos.org/low-power-ARM-cortex-rtos.htmlhttps://www.freertos.org/low-power-...
Hi - I answered the same question on the ARM forums, here: https://community.arm.com/processors/trustzone-for-armv8-m/f/discussions/11310/how-to-use-freertos-scheduler-with-smc-trustzone-armv8-m-m33
Posted on April 26, 2018 at 17:15https://www.freertos.org/low-power-ARM-cortex-rtos.html#using_mcu_specific_features are macros, not functions, so are inlined with the calling code. The parameter, xModifieableIdleTime, is therefore accessible direc...
Posted on March 29, 2018 at 19:14[From a FreeRTOS author, not an ST representative]I'm afraid it is not clear to me what you think the bug is. The timer's handle is passed into the callback function to allow the same callback to be used for multipl...