adding a few cases in switch() gives below error "....ANY selector matching ..."
hi thereI have a STM32f030c8t6 which has 64kbyte FLASH. I've compiled my code before and I can see that only 34Kbyte is used.now I want to develop my code. I have a timer which interrupts every 4ms. entering timer interrupt, I have a function which i...