2017-12-13 04: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 #gpio2017-12-13 04: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
2017-12-13 06:13 PM
thanks for answer, perhaps could you explain with the code?
2017-12-13 06:35 PM
Perhaps you could give your teacher's email address - so we can send it straight to him/her ?
2017-12-14 08:25 AM
Look at these HAL projects for OpenSTM32 IDE, it may help you...