edeboi007
Newbie
My homework is below:
In this problem, connect your seven segment display and implement a count up timer. It should sit at zero, once the external button is pressed, it should count up to the max value (i.e. 9999) then once it overflows to 0, it should stop, and light up an LED (on-board or external). Pressing the button again should clear the LED and count again. For this problem, your main loop should not have anything. All the functionality should be inside your interrupts.
I am using a STM32 microcontroller with M0+ core.
Which resources should I look for?
In this problem, connect your seven segment display and implement a count up timer. It should sit at zero, once the external button is pressed, it should count up to the max value (i.e. 9999) then once it overflows to 0, it should stop, and light up an LED (on-board or external). Pressing the button again should clear the LED and count again. For this problem, your main loop should not have anything. All the functionality should be inside your interrupts.
I am using a STM32 microcontroller with M0+ core.
Which resources should I look for?