stm32-中断以及NVIC的学习

今天对于NVIC做了很多学习工作,包括一些优先级的设置,现在没整理,给出推荐的博客讲解,方便查找:
STM32-NVIC的详细讲解
https://blog.csdn.net/tianjueyiyi/article/details/49127749
关于NVIC和exti的详解
https://blog.csdn.net/firefly_cjd/article/details/77964671
Systick-系统定时器
https://www.cnblogs.com/firege/p/5805734.html
stm32的中断系统
https://www.cnblogs.com/hanhuo/p/9473906.html

你可能感兴趣的:(嵌入式方向)