在线时间0 小时
UID102869
ST金币0
蝴蝶豆0
注册时间2009-1-4
初级会员
- 最后登录
- 1970-1-1
|
a0a.1 0b0c
我最近用103ret6,自己做的板子,调试时系统中断不好用,SysTick和其他的IRQ都不能产生中断。但知不道原因。
请求大侠帮帮忙。以SysTick为例,配置如下:
/* ################################## SysTick function ############################################ */
//========================位于core_cm3.h文件==================================
/* SysTick constants */
#define SYSTICK_ENABLE 0 /* Config-Bit to start or stop the SysTick Timer */
#define SYSTICK_TICKINT 1 /* Config-Bit to enable or disable the SysTick interrupt */
#define SYSTICK_CLKSOURCE 2 /* Clocksource has the offset 2 in SysTick Control and Status Register */
#define SYSTICK_MAXCOUNT ((1LOAD = (ticks & SYSTICK_MAXCOUNT) - 1; /* set reload register */
NVIC_SetPriority (SysTick_IRQn, (1CTRL = (1 |
|