This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
目前使用的是HAL库,在对于28027的定时器1中断使能时发现并没有开启定时器1的中断,目前定时器1正在正常计时。
第一步中断向量表里添加定时器1
第二步开启各种使能定时器(PIE使能,CPU初始化使能,和定时器初始化使能)
第三步添加中断函数
以上三部做完发现还是没有效果请问是有哪儿遗漏吗?
而且C2000定时器HAL函数历程不知道为什么仿真不了