Hello, I am using the STM32F767ZI board and I want to measure the execution time of a function. The function I want to measure is a function I created. At the moment, I use the timer 9 configured in internal clock (216 MHz) with: Prescaler = 108 Coun...