stm32f3 assembly instruction execution timing accuracy
Posted on January 24, 2017 at 21:18Hellosuppose this code:array[0] = GPIOA->IDR;array[1] = GPIOA->IDR;...array[n] = GPIOA->IDR;Except first line, all other lines are assembled with a LDR and STRH instructions (tested with keil uvision IDE) that, as ...