Problem with switch/case
Posted on April 03, 2018 at 15:22 Hi I got a problem with a switch in my MCU. I use custom board with STM32F030C8T6. This here is part of my program: void rozkaz3(void) { switch(bufor[3]){ case 0: HAL_GPIO_WritePin(GPIOB, GPIO_PIN_4,...