Part 0: The Requirements
It is time for you to face a real challenge, during this phase you gonna develop an application that even though it is really simple its develop is pretty close to what you gonna face in a real job
It is time for you to face a real challenge, during this phase you gonna develop an application that even though it is really simple its develop is pretty close to what you gonna face in a real job
Before jumping right into our micro-controller lets try to make some auxiliary functions we will need first, these functions can be written, compiled and tested on the PC and later on you can
Time to get serious, time to start with the microcontroller and with the first part of the project, clone the stm32 template, then remove the .git folder to remove the source control that comes with the template
Time to add the clock calendar display part, we need to add the portion of the application that will actually give and display the time and date.
add a simple heat beat and a watchdog to your project with stm32 HAL libraries, in our fourth part