FreeRTOS Low power Demo on STM32L152_Discovery

hmtsai wrote on Thursday, July 23, 2015:

I study the low power mode on FreeRTOS and use STM32L152_Discovery. I notice configUSE_TIMERS is 0 on the FreeRTOSConfig.h when configCREATE_LOW_POWER_DEMO is 1. It means if I can’t use the xTimerCreate
on low power mode. If I want to use ostimer API. How can I do?

Thanks

rtel wrote on Saturday, July 25, 2015:

I think the current release version of FreeRTOS has a limitation in that you can’t enter a sleep state indefinitely if configUSE_TIMERS is 1. The head revision, in SVN removes this restriction.

Regards.

hmtsai wrote on Saturday, July 25, 2015:

When does office version or beta version release?

rtel wrote on Sunday, July 26, 2015:

It was meant to be released some time ago ;o) The head revision is available in the public SVN repository though.

hmtsai wrote on Tuesday, July 28, 2015:

Excuse me. Where can I get public SVN repository?

davedoors wrote on Tuesday, July 28, 2015:

http://sourceforge.net/p/freertos/code/HEAD/tree/trunk/