I am using the RTX Kernel together with a Silabs SIM3C1xx cortex M3 device. I want to put the controller into power-saving mode during the RTX idle state. Is this possible?
Thanks for your help.
Giorgio
Take a look at the RTX documentation for the idle task - you should be able to supply a custom idle task.
Hi,
Thanks for your reply.
Looking inside the documentation i was searching inside the source code the _idle_() definition. I saw that is defined for many different chipset, but not for Silabs, so i guess i would need to define it inside the file RTX_Conf.c
Thanks again