Solved
breakpoint to breakpoint cycle count ?
hello , where can i see cpu cycle count from one breakpoint to next breakpoint in stmcubeide ? i am using stm32f103 board.
hello , where can i see cpu cycle count from one breakpoint to next breakpoint in stmcubeide ? i am using stm32f103 board.
There's nothing built-in that will do this.
You can set up a timer that has the same tick rate as the cpu and use that. You'll have to do the math yourself. And you'll have to set the timer so that it's stopped while the chip is paused in debug.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.