Freertos and HAL external interrupts
Posted on November 09, 2017 at 15:39Hello,I'm using stm32l496.i'm trying to control LEDs with pwm through freeRTOS and using external Interrupts (gpio buttons)i have some questions : i have some tasks looping while(1) to detect my input GPIO and l...