Lab 3 – GPIO, SysTick and Interrupt C Programming for a real time operating system RTOS) scheduler using Keil simulator
For this lab exercise you will Keil simulator (based on Nucleo-F103RB board). The objective
is to understand how the SysTick as the Hardware Timer can be used to provide a periodic
interrupt for a Real Time Operating System (RTOS). For simplicity purposes, the GPIO pins
will be used in this exercise that represent the scheduled tasks within the RTOS. The aim is
to learn