登录
首页 » Others » usart_IT_test

usart_IT_test

于 2020-07-13 发布 文件大小:138KB
0 204
下载积分: 1 下载次数: 19

代码说明:

  STM8串口接收中断,用于STM8L系列单片机与计算机简单通信(STM8 USART)

文件列表:

usart_IT_test
.............\Library
.............\.......\inc
.............\.......\...\stm8l15x.h,123422,2012-09-06
.............\.......\...\stm8l15x_clk.h,18574,2012-02-23
.............\.......\...\stm8l15x_conf.h,1231,2012-09-07
.............\.......\...\stm8l15x_exti.h,9471,2012-08-29
.............\.......\...\stm8l15x_gpio.h,6453,2012-02-23
.............\.......\...\stm8l15x_it.h,3844,2012-08-30
.............\.......\...\stm8l15x_itc.h,11129,2011-10-26
.............\.......\...\stm8l15x_usart.h,15039,2012-02-23
.............\.......\...\stm8l_it.h,3813,2012-02-27
.............\.......\src
.............\.......\...\main.c,999,2012-09-07
.............\.......\...\stm8l15x_clk.c,20400,2012-09-06
.............\.......\...\stm8l15x_exti.c,13107,2012-09-07
.............\.......\...\stm8l15x_gpio.c,8998,2012-09-06
.............\.......\...\stm8l15x_it.c,10210,2012-09-07
.............\.......\...\stm8l15x_itc.c,9843,2012-08-30
.............\.......\...\stm8l15x_usart.c,27193,2012-09-07
.............\Project
.............\.......\Debug
.............\.......\.....\Exe
.............\.......\.....\...\usart_test.out,67192,2012-09-07
.............\.......\.....\List
.............\.......\.....\Obj
.............\.......\.....\...\main.o,7468,2012-09-07
.............\.......\.....\...\stm8l15x_clk.o,50036,2012-09-07
.............\.......\.....\...\stm8l15x_exti.o,22381,2012-09-07
.............\.......\.....\...\stm8l15x_gpio.o,22943,2012-09-07
.............\.......\.....\...\stm8l15x_it.o,44985,2012-09-07
.............\.......\.....\...\stm8l15x_itc.o,14274,2012-09-07
.............\.......\.....\...\stm8l15x_syscfg.o,21442,2012-09-06
.............\.......\.....\...\stm8l15x_usart.o,49386,2012-09-07
.............\.......\.....\...\usart_test.pbd,647,2012-09-07
.............\.......\settings
.............\.......\........\usart_test.cspy.bat,855,2012-09-07
.............\.......\........\usart_test.dbgdt,5922,2012-09-07
.............\.......\........\usart_test.dni,748,2012-09-07
.............\.......\........\usart_test.wsdt,5145,2012-09-07
.............\.......\usart_test.dep,9269,2012-09-07
.............\.......\usart_test.ewd,11254,2012-09-06
.............\.......\usart_test.ewp,42318,2012-09-07
.............\.......\usart_test.eww,164,2012-09-06

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 第一部分程序
    第一部分程序不依赖开发板,直接仿真运行即可(The first part of the program does not rely on the development board, direct simulation can be run)
    2020-06-21 10:00:02下载
    积分:1
  • MySlide
    自绘的滑块控件。显示进度等信息。。汽车仪表(Since the painting of the slider control. Display progress and other information. . Auto Meter)
    2014-01-25 13:27:32下载
    积分:1
  • ADC
    Atmega8实例程序之-ADC的应用(SL-MEGA8开发板)(Atmega8 examples of process-ADC application (SL-MEGA8 development board))
    2008-01-09 09:25:13下载
    积分:1
  • Aircraft_DMP_dsc
    使用mpu6050的dmp获得的欧拉角和四元数(Dmp obtained using mpu6050 of Euler angles and quaternion)
    2013-08-20 15:15:24下载
    积分:1
  • 20100516AD
    msp430 片内温度采集,并通过串口发送出去(msp430 chip temperature acquisition, and sent through the serial port)
    2010-05-16 20:52:21下载
    积分:1
  • 本代码实现MSP430与温度传感器ds18b20之间的通信
    说明:  本代码实现MSP430单片机与温度传感器ds18b20之间的通信,,打开时找dm430-l的eww文件就可以,单片机每隔3秒向上位机传输一次数据,传输数据格式为16进制,(16进制转换为10进制后除以10,就是当前的环境温度),数据输出从单片机的串口0引出。(This code realizes the communication between MSP430 MCU and temperature sensor ds18b20. When you open it, you can find the EW file of dm430-l. The MCU transmits data to the host computer every 3 seconds. The format of data transmission is 16-ary (after conversion from 16-ary to 10-decimal, it is the current environment temperature). The data output is drawn from the serial port 0 of the MCU.)
    2019-01-11 18:36:54下载
    积分:1
  • sourcecodeformeter
    采用四端法测试欧姆电阻,并把结果显示在lcd上,采用c8051(Four-terminal method using ohm resistors, and the results displayed in the lcd, using C8051)
    2007-09-11 12:40:36下载
    积分:1
  • redout
    红外报警器的c代码。 基于清翔电子的c51单片机最小开发板开发,代码带有注释。如果不布置外围红外电路,IO口检测到低电平触发蜂鸣器报警。必须有液晶1602才能正常运行程序,不然需要注释掉LCD相关代码。(Infrared alarm c code. Based on Qingxiang electronic C51 microcontroller development board, the code with notes. If the peripheral infrared circuit is not arranged, the low level trigger buzzer alarm is detected at the IO port. There must be liquid crystal 1602 to run the program normally, otherwise you need to annotate the LCD related code.)
    2018-10-22 23:43:47下载
    积分:1
  • pmsg_vol
    永磁同步发电机整流系统控制仿真,运用电流解耦的电压电流双闭环控制。(Permanent magnet synchronous generator rectification system control simulation using the current decoupling of voltage and current double closed loop control.)
    2017-01-08 10:45:27下载
    积分:1
  • ILI9486
    常用3.5寸液晶屏的驱动程序,非常完善适用于stm32(Commonly used 3.5 inch LCD screen driver, very perfect for stm32)
    2021-04-29 14:38:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载