Hello everyone, How can I get number of clock cycles to execute these assembly instructions ?
I'm using stm32f429 Discovery board and I want to know number of cycles required to execute this part of assembly code .ldr r3, [pc, #64] ; (0x8001228 <TIM1_UP_TIM10_IRQHandler+120>)ldr r3, [r3, #0]ldr r3, [r3, #36] ; 0x24ldr r2, [pc, #64] ...