CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - STM32 中断

搜索资源列表

  1. STM32_UART

    1下载:
  2. STM32 串口中断串口一串口二的设置方法及应用-STM32 serial port of a serial port interrupt method and application of the second set
  3. 所属分类:Com Port

    • 发布日期:2017-05-16
    • 文件大小:4425897
    • 提供者:WLG
  1. EXTI

    0下载:
  2. STM32外部中断控制LED的小程序,希望对大家有用!-STM32 external interrupt control LED of small procedures in the hope for all of us!
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-30
    • 文件大小:515229
    • 提供者:sheling
  1. MODBUS_OK

    3下载:
  2. 使用标准的MODBUS协议实现STM32和维控触摸屏的通信,数据的接收和发送使用串口中断完成-Using the standard MODBUS protocol STM32 and dimensional control of touch screen communication, data, use serial port receive and transmit completion interrupt
  3. 所属分类:SCM

    • 发布日期:2015-06-10
    • 文件大小:3474432
    • 提供者:sugh0129
  1. uart_inttrupt

    0下载:
  2. 基于STM32串口-CAN函数包.其中,串口以中断形式接受,C-Based on the STM32 serial-CAN function package. Among them, the serial port to break the form of acceptance, C
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-03
    • 文件大小:711145
    • 提供者:xycqsou
  1. stm32Timer

    0下载:
  2. STM32(Cortex-m3)定时中断 MDK 3.4-STM32 (Cortex-m3) regularly interrupted MDK 3.4
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-03
    • 文件大小:371625
    • 提供者:john wang
  1. STM32

    0下载:
  2. STM32 (CORTEX M3)–32位微控制器 STM32系列32位闪存微控制器基于突破性的ARM Cortex?-M3 内核,这是一款专为嵌入式应用而开发的内核。STM32系列产品得益于Cortex-M3在架构上进行的多项改进,包括提升性能的同时又提高了代码密度的Thumb-2指令集,大幅度提高的中断响应,而且所有新功能都同时具有业界最优的功耗水平。
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-11
    • 文件大小:1182
    • 提供者:zhan
  1. TIMER_RVMDK

    0下载:
  2. 本源码为STM32的定时器使用例程,主要测试定时器2的功能。开发环境realviewMDK 将定时器2设置为输出比较模式,4个通道分别设置不同的比较值,因此每个通道产生中断的频率不同。在中断处理程序中分别相应的LED翻转,从而可以观察到4个闪烁频率不同的LED。 闪烁频率由快到慢:LD5、LD6、LD4、LD3。-The source code for the STM32 timer routine use, the main test Timer 2 functions. Develo
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-28
    • 文件大小:151707
    • 提供者:huangshengqun
  1. stm32_test

    0下载:
  2. SMT32演示,各个例子全在里面,比如IO口,中断,串口,I2C,SPI等-SMT32 presentation, various examples are all on the inside, such as IO ports, interrupts, serial, I2C, SPI, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:940827
    • 提供者:chenzemen
  1. ourdev_478944

    2下载:
  2. PLC 测试代码,芯片STM32,测试内容:RAM定位 GPIO PWM Systick RTC ADC DMA EEPROM(24C16) USART 外部中断 -PLC test code, chip STM32, contents of the tests: RAM location GPIO PWM Systick RTC ADC DMA EEPROM (24C16) USART External Inter
  3. 所属分类:其他小程序

    • 发布日期:2013-09-04
    • 文件大小:627787
    • 提供者:ztx
  1. ourdev_473545

    0下载:
  2. 直接用STM32接的摄像头,没有其他什么外加电路,stm32从摄像头读到数据,然后直接送往TFT(ILI9320芯片) 效果和速度:图像调整成了160x120,8帧每秒,320x240的时候大概是2帧 图像质量有待调整,刚实验成功中,激动中,所以先发裸照 完全使用中断的方式接收摄像头的数据 代码没有整理。 -STM32 directly access the camera, without any external circuitry other, stm32 read data from
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:480177
    • 提供者:刘智
  1. stm32slve

    0下载:
  2. STM32串口利用定时器中断接受不同的帧的程序,希望能对大家有帮助-STM32 serial port using the timer interrupt to accept a different frame of procedures in the hope you can help
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-05
    • 文件大小:383296
    • 提供者:robbin
  1. STM32F103_USART

    1下载:
  2. stm32 串口的中断收发 内有详细介绍-stm32 usart riq! riq! riq! riq! riq!
  3. 所属分类:Communication

    • 发布日期:2016-03-14
    • 文件大小:498688
    • 提供者:李康
  1. nvic

    0下载:
  2. 基于STM32芯片的外部中断演示程序,按一下按键,LED状态会改变。基于万利199元STM32板写的-STM32 chip based on the external interrupt demo program, click the button, LED status will change. STM32 Manley 199 yuan on board to write
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:399268
    • 提供者:涅磐
  1. USART_Interrupt

    1下载:
  2. stm32串口通讯例子,工作在中断方式,将接收到的数据再通过串口发送-stm32 serial communication example, work in the interrupt mode, the received data and then sent through the serial port
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2015-11-18
    • 文件大小:223232
    • 提供者:王元光
  1. STM32licheng

    0下载:
  2. STM32的一些开发实例,从STM32入手到精通,主要有跑马灯,按键,串口,外部中断,定时器中断,PWM,TFTLCD,触摸屏,SD卡,图片显示等代码-Some examples STM32 development, from start to master STM32, there are marquees, keys, serial port, external interrupt, timer interrupt, PWM, TFTLCD, touch screen, SD card, i
  3. 所属分类:SCM

    • 发布日期:2017-05-18
    • 文件大小:4745984
    • 提供者:我湖
  1. src

    0下载:
  2. 关于stm32 gpio 和 中断的源代码,在iar上调试通过-About stm32 gpio and interrupt the source code to debug through the iar
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-05
    • 文件大小:11245
    • 提供者:allmy34
  1. EXTI

    0下载:
  2. stm32外部中断通过按键控制LED,实用有效,很好的入门级程序-EXTI LED KEY
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:279359
    • 提供者:陈子午
  1. stm32-chuankou232

    0下载:
  2. STM32 串口1 采用中断方式 收发一个字节后回显到PC终端-STM32 serial port 1 receive interrupt mode using a byte to the PC terminal echo
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:395452
    • 提供者:cdluoy
  1. 1.2

    0下载:
  2. 可以实现PS2键盘 定时中断 UART串口通信-PS2 keyboard can be achieved timer interrupt UART serial communication
  3. 所属分类:uCOS

    • 发布日期:2017-04-16
    • 文件大小:293822
    • 提供者:唐昊
  1. EXTI

    0下载:
  2. STM32的外部中断程序,如果大家有对ARM感兴趣的话,这个对你有很大的帮助-STM32 external interrupt program, if you are interested in the ARM, then this is very helpful for you
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-10
    • 文件大小:2364964
    • 提供者:福星高照
« 1 2 3 4 56 7 8 9 10 ... 27 »
搜珍网 www.dssz.com