how to build digital clock using stm32f103 with HAL Library?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-12-13 4:47 AM
Hei, I'm newbie to build firmware using HAL Library.. can someone teach me how it build? I have project to build stm32f013c8t6 for digital clock using 2 push button. that pushbutton have different function. one pushbutton (1) for mode to change every hour, minute and second blinky.. another pushbutton (2) for increment value of hour, minute and second. and also using timeout for that long press of pushbutton (2) for quick increment value of hour, minute and second.
So please help me to answer that question, thanks..
#timeout #hal-library #stm32f103c8t6 #uart #gpio- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-12-13 4:53 PM
Start with blinking a LED. Then add buttons checking, influencing perhaps the blinking of the LED. Then add controlling the display you intend to use. Then add the RTC code.
JW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-12-13 6:13 PM
thanks for answer, perhaps could you explain with the code?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-12-13 6:35 PM
Perhaps you could give your teacher's email address - so we can send it straight to him/her ?
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-12-14 8:25 AM
Look at these HAL projects for OpenSTM32 IDE, it may help you...
