Posted on January 21, 2006 at 02:21i want to use both TOF interrupt and ICA interrupt of TIM1,but I found that I can't start the timer,why? TIM_Init ( TIM1 ); TIM_ITConfig(TIM1,TIM_TO_IT | TIM_ICA_IT ,ENABLE); TIM_ClockSourceConfig(TIM1,TIM_INTER...
Posted on November 18, 2005 at 09:10I use 1 pin as external input, and want it interrupts on rising edge? when i give it a 8k pulse,it works well ,but when the signal frequency is 9khz, it doen't come in my interrupt handler routine anymore, can you...
Posted on November 14, 2005 at 07:06I have compiled my project into .d79 and .sim files, and i have a jlink simulator to connect to jtag interface, but i don't want to download my program in IAR IDE with openning my project everytime, do you have an...