Posted on January 09, 2017 at 18:29
Hello.
I have a problem trying to stop a timer in debug mode.
I am using a NUCLEO-F072RB. I use timer 7, one of the basic timers, to generate an interrupt.
In order to be able to stop the timer in debu...
Posted on January 09, 2017 at 19:54
Thank you very much!
I inserted the suggested line and it started working.
I paste the working code:
int main(void){
/* Reset of all peripherals, Initializes the Flash interface and the Systick. */
...