博客首页 | 排行榜 |

不死鸟的BLOG

养成良好的习惯比什么都重要!差距是由长时间的习惯拉开的…………

个人档案
博文分类
最新评论
博文存档
最近访客
  • TIM(10) 2009-02-16 15:37
      例程(10): This example shows how to synchronize TIM peripherals in cascade mode with anexternal trigger.In this example three timers ar...

    阅读全文>>

  • TIM(9) 2009-02-16 15:37
      This example shows how to synchronize TIM peripherals in cascade mode.In this example three timers are used: Timers synchronisation in cas...

    阅读全文>>

  • TIM(8) 2009-02-16 15:36
     TIM(8) This example shows how to synchronize TIM peripherals in parallel mode.In this example three timers are used: Timers synchronisation...

    阅读全文>>

  • TIM(7) 2009-02-16 15:35
      例程(7) This example shows how to use the TIM peripheral to generate a One pulse Mode after a Rising edge of an external signal is recei...

    阅读全文>>

  • TIM(6) 2009-02-16 15:34
      例程(6) This example shows how to use the TIM peripheral to measure the frequency and duty cycle of an external signal. The TIMxCLK...

    阅读全文>>

  • TIM(5) 2009-02-16 15:34
     例程(5) This example shows how to configure the TIM peripheral in Output Compare Timing mode with the corresponding Interrupt requests for ...

    阅读全文>>

  • TIM(4) 2009-02-16 15:33
     例程(4) This example shows how to configure the TIM peripheral in PWM (Pulse Width Modulation) mode.The TIMxCLK frequency is set to 36 MHz,...

    阅读全文>>

  • TIM(3) 2009-02-16 15:32
     TIM(3)  This example shows how to configure the TIM peripheral in Output Compare Inactive mode with the corresponding Interrupt reques...

    阅读全文>>

  • TIM(2) 2009-02-16 15:31
    TIM(2)    例程(2):  This example shows how to configure the TIM peripheral to generate four different signals with four ...

    阅读全文>>

  • TIM(1) 2009-02-16 15:30
     TIM(1)  输出比较模式的配置步骤: 1.选择计数器时钟(内部,外部,预分频器)2.将相应的数据写入TIMx_ARR和TIMx_CCRx寄存器中3.如果要产生一...

    阅读全文>>

  • TIM(通用定时器) 2009-02-16 15:24
        通用定时器是一个通过可编程预分频器驱动的16位自动装载计数器构成。它适用于多种场合,包括测量输入信号的脉冲长度(输入捕获)或者产生...

    阅读全文>>

  • ROM和RAM指的都是半导体存储器,ROM是Read Only Memory的缩写,RAM是Random Access Memory的缩写。ROM在系统停止供电的时候仍然可以保持数据,而RAM通常都是在掉...

    阅读全文>>

  •  在做ADC 模拟看门狗的例程时,会用到中断。如果我们想要在LCD 显示时,应该怎样设置中断呢? 下面是我做的中断,但显示编译错误。可能是对NVIC 理解不...

    阅读全文>>

  • GPIO 2009-02-15 16:19
     /myspace/album/image.php?uid=105196&aid=807&pic=12916c5d&ext=png&screen=show GPIO功能描述每个GPI/O端口有两个32位配置寄存器(GPIOx_CRL,GPIOx_CRH),两个32位数据寄存器(GPIOx_IDR,GPIOx_ODR),一个32位置位/复位寄存器(G...

    阅读全文>>

  • EXTI 2009-02-15 14:49
      基础介绍: /myspace/album/image.php?uid=105196&aid=807&pic=67cbbdf2&ext=png&screen=show外部中断/事件控制器由19个产生事件/中断要求的边沿检测器组成。每个输入线可以独立地配置输入类型(脉冲或挂起)和对应的触发事件(上升...

    阅读全文>>

  • ADC(5) 2009-02-15 13:36
    /myspace/album/image.php?uid=105196&aid=807&pic=3b90d977&ext=png&screen=show/myspace/album/image.php?uid=105196&aid=807&pic=c2f5b45a&ext=png&screen=show  本例展示了如何使用双ADC对多路通道进行同时转化。 使用ADC1对通道14和通道17进行转化。使用ADC2对通道10和通道11进行转化。通道17与内部参...

    阅读全文>>

  • ADC(4) 2009-02-15 12:53
       /myspace/album/image.php?uid=105196&aid=807&pic=840198ac&ext=png&screen=show    运行程序,在EXTI11线路上(对应管脚PE.11)上的上升沿信号,将触发ADC1对ADC信道14上的输入进行regular转化,并通...

    阅读全文>>

  • ADC(3) 2009-02-15 12:12
    /myspace/album/image.php?uid=105196&aid=807&pic=a77951a7&ext=png&screen=show 如果被ADC转换的模拟电压低于低阀值或高于高阀值,AWD模拟看门狗状态位被设置。这些阀值位于在ADC_HTR和ADC_LTR寄存器的最低12个有效位中。通过设置ADC_...

    阅读全文>>

  • ADC(2) part(2) 2009-02-14 14:03
      主程序: int main(void){ #ifdef DEBUG  debug();#endif   /* System clocks configuration -------------------------------------...

    阅读全文>>

  • ADC(2) part(1) 2009-02-14 14:00
      例程2 的使用: 本例展示了如何利用高级控制定时器(TIM1)来触发模数转换器(ADC),在每一个TIM1的上升沿,ADC对通道10(ADC Channel10)上的输入做...

    阅读全文>>

页次:1/2 每页20条记录,共27条  分页:  [1][2] [下一页][尾页]