虫虫首页|资源下载|资源专辑|精品软件
登录|注册

EXTI

  • STM32之GPIO和EXTI

    STM32之GPIO和EXTI视频

    标签: GPIO EXTI STM 32

    上传时间: 2013-10-27

    上传用户:forzalife

  • ST32 基于(英蓓特)STM32V100的EXTI程序 This example shows how to configure an external interrupt line. In t

    ST32 基于(英蓓特)STM32V100的EXTI程序 This example shows how to configure an external interrupt line. In this example, the EXTI line 9 is configured to generate an interrupt on each falling edge. In the interrupt routine a led connected to PC.06 is toggled. This led will be toggled due to the softawre interrupt generated on EXTI Line9 then at each falling edge.

    标签: configure interrupt external example

    上传时间: 2016-11-17

    上传用户:GavinNeko

  • STM32中断与嵌套NVIC快速入门

    //CM3 有 最多240个中断(通常外部中断写作IRQs),就是 软件上说的 IRQ CHANAELx(中断通道号x) 每个中断有自己的可编程的中断优先级【 有唯一对应的 中断优先级寄存器 】. 由于CM3支持 硬件中断嵌套,所以可以有 256 级的可编程优先级 和 256级中断嵌套【 书上称:抢占(preempt) 优先级】 所以大家可以设: IRQ CHANAEL 0 通道 = 2 中断优先级WWDG 窗口定时器中断 IRQ CHANAEL 1 通道 = 0 中断优先级PVD 联到EXTI的电源电压检测(PVD)中断 IRQ CHANAEL 3 通道 = 255 中断优先级RTC 实时时钟(RTC)全局中断 IRQ CHANAEL 6 通道 = 10 中断优先级EXTI0 EXTI线0中断 ..... IRQ CHANAEL 239 通道 = (0<x<255) 中断优先级..

    标签: NVIC STM 32 中断

    上传时间: 2013-10-28

    上传用户:redherr

  • 基于(英蓓特)STM32V100的看门狗程序

    This example shows how to update at regulate period the WWDG counter using theEarly Wakeup interrupt (EWI). The WWDG timeout is set to 262ms, refresh window set to 41h and the EWI isenabled. When the WWDG counter reaches 40h the EWI is generated and in the WWDGISR the counter is refreshed to prevent a WWDG reset and led connected to PC.07is toggled.The EXTI line9 is connected to PB.09 pin and configured to generate an interrupton falling edge.In the NVIC, EXTI line9 to 5 interrupt vector is enabled with priority equal to 0and the WWDG interrupt vector is enabled with priority equal to 1 (EXTI IT > WWDG IT). The EXTI Line9 will be used to simulate a software failure: once the EXTI line9event occurs (by pressing Key push-button on EVAL board) the correspondent interruptis served, in the ISR the led connected to PC.07 is turned off and the EXTI line9pending bit is not cleared. So the CPU will execute indefinitely EXTI line9 ISR andthe WWDG ISR will never be entered(WWDG counter not updated). As result, when theWWDG counter falls to 3Fh the WWDG reset occurs.If the EXTI line9 event don抰 occurs the WWDG counter is indefinitely refreshed inthe WWDG ISR which prevent from WWDG reset. If the WWDG reset is generated, after resuming from reset a led connected to PC.06is turned on. In this example the system is clocked by the HSE(8MHz).

    标签: V100 STM 100 32V

    上传时间: 2013-11-10

    上传用户:gundamwzc

  • STM8单片机开发板资料STM8S208RB DEMO软件源码+例程讲解+开发板原理图+芯片资料:

    STM8单片机开发板资料STM8S208RB DEMO软件源码+例程讲解+开发板原理图+芯片资料:'stm8板原理图.pdf使用说明文件开发板介绍.pdf相关例程讲解相关芯片资料相关辅助软件软件源码程序AD(寄存器操作,连续转换模式)ADC_OLEDBEEP 寄存器操作BEPPCAN For STVDCLKDS18B20EXTII2C_24C02I2C_24C64IWDG独立看门狗KEYLCD1602LEDRADIOTIME1_pwmTime4_1Time4_2USART1AD应用.pdfGPIO口操作.pdfI2C应用.pdfIWDG_独立看门狗.pdfMMA7455例程简单介绍.pdfSPI.pdfTIME1-PWM应用.pdfTIME4应用.pdfUSART应用.pdf时钟.pdf蜂鸣器应用.pdf

    标签: stm8 单片机 开发板 stm8s208rb demo

    上传时间: 2021-10-25

    上传用户:qdxqdxqdxqdx

  • GD32F130xx 快速开发指南 -基于技新 GD32F130G8U6 核心板

    GD32F103的移植说明和开发指南,帮助新手快速了解GD32F103芯片,缩短上手时间。本教程结合官方的用户手册以及固件库例程,通过实际例程讲解以及实验现象来帮助读者理解和使 用 GD32F130xx 这 个 系 列 的 芯 片 。 软 件 平 台 使 用 的 是 MDK-ARM 和 官 方 外 设 驱 动 库 GD32F1x0_Firmware_Library_v3.1.0(库函数开发),硬件使用技新 GD32F130G8U6 核心板 V1.0 和 GD-LINK 下载&调试器。 教程从开发平台介绍、开发环境搭建、建立工程等基础内容,到 GD13F130xx 外设应用,包括: GPIO应用、EXTI应用、CLK应用、USART 应用、TIMER 应用、I2C应用、SPI应用、ADC应用、FWDGT 应用和 WWDGT 应用等十大部分内容。外设应用部分的内容都配有源码,并配合硬件平台进行实验讲 解。教程面对的对象是具有一定的 MCU 编程基础以及 C 语言基础的,主旨是帮助开发者快速入门和快速 开发使用 GD32F130xx 系列产品。

    标签: gd32f103

    上传时间: 2022-06-18

    上传用户:1208020161

  • STM8L051F3 快速开发指南,-基于技新 STM8L051F3 核心板

    教程从开发平台介绍、开发环境搭建、建立工程等基础内容,到 STM8L051F3 相关外设应用,包括:GPIO应用、EXTI应用、CLK应用、USART应用、TIMER应用、I2C应用、SPI应用、ADC应用、FWDGT应用和 WWDGT 应用等十大部分内容。外设应用部分的内容都配有源码,并配合硬件平台进行实验讲解。教程面对的对象是具有一定的 MCU 编程基础以及 C 语言基础的,主旨是帮助开发者快速入门和快速开发使用 STM8L051F3。

    标签: STM8L051F3

    上传时间: 2022-06-30

    上传用户:pagedown