Why is priority HAL_DELAY compared to button?
Posted on July 20, 2017 at 15:38Hi,i've a little problem with stm32L0.I want change state with button B1, but HAL_DELAY is priority of button. the mian is:uint8_t stato; stato = 0;while (1) {switch(stato) { case 0: HAL_GPIO_WritePin(LD2_GPIO_Port, L...