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

gpio-interrupt

  • 含24bitAD的C8051F350单片机的测试程序

    含24bitAD的C8051F350单片机的测试程序,包含ADC,DAC,PWM,LCD,KEY,GPIO,UART,USB,EEPROM等外设的例程

    标签: C8051F350 bitAD 24 单片机

    上传时间: 2014-01-01

    上传用户:xuanjie

  • LPC2294例程

    LPC2294例程,基于ADS1.2 GPIO

    标签: 2294 LPC

    上传时间: 2013-12-26

    上传用户:水中浮云

  • PNX1500系列没有串口

    PNX1500系列没有串口,本代码为使用GPIO模拟串口的驱动

    标签: 1500 PNX 串口

    上传时间: 2017-03-02

    上传用户:zyt

  • DSP2812看门狗设置C语言实例

    DSP2812看门狗设置C语言实例,中断设置,相关GPIO设置 ,以及初始化设置

    标签: 2812 DSP C语言 看门狗

    上传时间: 2014-01-07

    上传用户:gyq

  • Enhanced version of the Serial Peripheral Interface available on Motorola s MC68HC11 family of CPUs.

    Enhanced version of the Serial Peripheral Interface available on Motorola s MC68HC11 family of CPUs.Enhancements include a wider supported operating frequency range, 4deep read and write fifos, and programmable transfer count dependent interrupt generation. As with the SPI found in MC68HC11 processors the core features programmable clock phase [CPHA] and clock polarity [CPOL]. The core features an 8bit wishbone interface. Very simple, very small.

    标签: Peripheral Interface available Enhanced

    上传时间: 2014-12-06

    上传用户:invtnewer

  • 合众达DSKF2812开发板的测试程序

    合众达DSKF2812开发板的测试程序,包括AD DA CUPTIMER CAN GPIO PWM McBSP RTC SCI

    标签: DSKF 2812 合众达 开发板

    上传时间: 2013-12-12

    上传用户:huql11633

  • 这是在LPC2210芯片基于UCOS2环境下

    这是在LPC2210芯片基于UCOS2环境下,GPIO口的应用源代码

    标签: UCOS2 2210 LPC 芯片

    上传时间: 2017-04-04

    上传用户:皇族传媒

  • 第一代Sandstorm家族

    第一代Sandstorm家族,与JTAG复用的GPIO可以直接配置。但是不够安全,意外的配置有可能导致JTAG连接失效。 对于第二代Fury和第三代DustDevil家族,由于GPIOLOCK等寄存器的保护,相关Pin默认为JTAG功能而不允许直接配置为GPIO功能。如果要想配置为GPIO功能,则必须首先执行解锁操作。 详见GPIO文档和例程。

    标签: Sandstorm

    上传时间: 2017-04-10

    上传用户:wkchong

  • DM642上电之后初始化的代码

    DM642上电之后初始化的代码,包括EMIF的初始化,I2C GPIO的使能,VP0 VP1 VP2的使能,已经MCBSP MCASP的使能

    标签: 642 DM 上电 初始化

    上传时间: 2017-04-14

    上传用户:ywqaxiwang

  • 1. This BSP can support 2443EVT0 board. If you want to use EVT0 BSP, set followings. In smd

    1. This BSP can support 2443EVT0 board. If you want to use EVT0 BSP, set followings. In smdk2443\smdk2443.bat file set BSP_EVT1=1 -> set BSP_EVT1= In smdk2443\src\inc\bsp_cfg.h file #define EVT1 -> #define EVT0 2. Default system tick mode is changed. The value is fixed tick. Fixed tick means that tick interrupt is occurred every 1ms. Variable tick means that timer interrupt period is changed when power mode is in idle. For changing to variable tick In smdk2443\src\inc\bsp_cfg.h file #define FIXEDTICK -> #define VARTICK In smdk2443\src\Common\Timer\Sources file SOURCES= timer_fixedtick.c watchdog.c -> SOURCES= timer_vartick.c watchdog.c

    标签: EVT0 followings BSP support

    上传时间: 2014-01-27

    上传用户:fnhhs