2017-06-28 09:41 AM
Hi everybody,
I'm wondering why the HAL library does not allow to program an auto wakeup for a STM32F042.
It is not allowed via CubeMX GUI neither.
I've looked into hal files :every function used to init/use the auto wakeup are surrounded by :
&sharpif defined(STM32F070xB) || defined(STM32F071xB) || defined(STM32F072xB) || defined(STM32F078xx) || defined(STM32F091xC) || defined(STM32F098xx) || defined(STM32F030xC)
However the Reference Manual RM0091 does not mention any limitation (does it ?).
Also it would be possible for an STM32F072CB but not for a STM32F072C8 ? Why ?
Thank you for your answer.
Best Regards,
Mathieu G.
#wakeup #stm32f042 #rtc2017-06-29 08:44 AM
Hi
Garivet.Mathieu
,The RM0091specifies in the ''3 RTC implementation'' table (page 577) the RTC Features supported by STM32F0 product Reference:
Regards
Imen
2017-06-29 10:52 AM
Hello
DAHMEN.IMEN
,Thank you, I missed that point..
However, HAL lib implementation makes the periodic wakeup timer supported
by an STM32F072
CBbut not by an STM32F072
C8? Why ?
BR,
Mathieu.