FreeRTOS – Making a clock and timer
Timer is one of the most important functions in any Embedded Project. Making a timer in FreeRTOS is an easy task. Lets have a look at it on FreeRTOS . That looks like a lot! ok lets simplify things! First, obvious thing is to create a timer which can be done with : xTimerCreate(). So … Continue reading FreeRTOS – Making a clock and timer
Follow My Blog
Get new content delivered directly to your inbox.