2015-08-02 08:47 AM
What does these 3 parameters mean? RM0360(''STM32F030x4/x6/x8 advanced ARM-based 32-bit MCUs'') tells nothing about the possibility of use a binary format. Also, daylight saving is only the possibility to add or subtract 1 hour in one operation, but it is not automatic action and senseless in configuration process. The third parameter I generally not understand. Could anybody explain me about these parameters?
2015-08-04 08:45 AM
Hi balabanits.dmitry,
The RM0360 indicates the binary format for sub-seconds in section 21.1, also the in page 7 mention it (This avoids binary to BCD software conversion routines).
The daylightsaving parameter corresponds to bit17 and bit16 of RTC_CR register (section 21.7.3 of RM0360). The store operation parameter corresponds to bit18 of RTC_CR register also. -Shahrzad-
2015-08-26 01:23 AM
Dear user,
Please note that next CubeMX version ''4.10'' will fix some integration issues with RTC. Indeed, the Calendar configuration will propose to set the date and time, which is not possible with CubeMX 4.9. Unfortunately CubeMX 4.9 generates hardcoded date and time values. Best regards.