From 945ba42f7550d5a203e43d82b43ed82dc981d9e9 Mon Sep 17 00:00:00 2001 From: tao_z <tzj0429@163.com> Date: Wed, 30 Jun 2021 22:05:52 +0800 Subject: [PATCH] 霍尔输入中断正常,需要调试马达转动 --- USR/INC/gd32e23x_it.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/USR/INC/gd32e23x_it.h b/USR/INC/gd32e23x_it.h index 2aa91ff..9ad46c7 100644 --- a/USR/INC/gd32e23x_it.h +++ b/USR/INC/gd32e23x_it.h @@ -58,7 +58,7 @@ void PendSV_Handler(void); /* this function handles SysTick exception */ void SysTick_Handler(void); -/* this function handles XTI4-15 exception */ -void EXTI4_15_IRQHandler(void); - +// /* this function handles XTI4-15 exception */ +// void EXTI4_15_IRQHandler(void); +void TIMER2_IRQHandler(void); #endif /* GD32E23X_IT_H */ -- Gitblit v1.8.0