Skip to main content
n239955_stm1_stmicro_com
Associate III
June 29, 2011
Question

RTC calendar on STM32F100x

  • June 29, 2011
  • 2 replies
  • 650 views
Posted on June 29, 2011 at 13:02

Hi,

i've to implement a RTC calendar on my STM32F100 microcontroller.

I've the RTC library, but i'm searching a so called ''calendar.h'' that already has defined: days, weeks, months,years etc..

Some ideas??

#time #lmgtfy #rtc #calendar
This topic has been closed for replies.

2 replies

Andrew Neil
Super User
June 29, 2011
Posted on June 29, 2011 at 14:53

Go to the STM32 Resources page:

http://www.st.com/internet/mcu/class/1734.jsp

Among the application notes, look for:

AN2821 - Clock calendar implementation on STM32F10xxx RTC

 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
n239955_stm1_stmicro_com
Associate III
June 29, 2011
Posted on June 29, 2011 at 17:07

great..thanks!!