i want to measure the time an interrupt handler costs.1. set a specified pin low at the beginning of the interrupt handler and high at the end of the interrupt handler like this:void EXTI4_IRQHandler(void)
{
/* USER CODE BEGIN EXTI4_IRQn 0 */
HAL...