DSO138_SourceCodes_v037

所属分类:处理器开发
开发工具:C/C++
文件大小:454KB
下载次数:114
上传日期:2015-11-11 11:44:57
上 传 者arui854
说明:  基于STM32F103的示波器源代码,功能强大,电压范围-50V-50V.
(Oscilloscope based on STM32F103 source, powerful, voltage range- 50 v and 50 v.)

文件列表:
Board.c (51089, 2015-03-04)
Board.h (46436, 2014-12-25)
Command.c (12458, 2015-03-06)
Command.h (2610, 2015-03-06)
Common.c (978, 2014-12-19)
Common.h (1933, 2014-12-19)
Eeprom.c (21056, 2014-10-30)
Eeprom.h (3940, 2014-10-30)
libdso138.a (26696, 2015-03-07)
libdso138.h (3661, 2015-03-04)
Makefile (19723, 2015-03-03)
Screen.c (31239, 2014-12-19)
Screen.h (3625, 2015-03-05)
startup_stm32f10x_md.S (10154, 2010-04-22)
STM32F10x_64k_20k_flash.ld (7213, 2014-08-31)
stm32f10x_conf.h (3206, 2014-10-30)
stm32f10x_it.c (4648, 2014-12-25)
stm32f10x_it.h (1923, 2014-09-20)
system_stm32f10x.c (31997, 2010-04-22)
Libraries\CMSIS\CM3\CoreSupport\core_cm3.c (17273, 2012-03-28)
Libraries\CMSIS\CM3\CoreSupport\core_cm3.h (85714, 2012-03-28)
Libraries\CMSIS\CM3\CoreSupport\stm32f10x.h (621135, 2012-03-28)
Libraries\CMSIS\CM3\CoreSupport\system_stm32f10x.c (31997, 2012-03-28)
Libraries\CMSIS\CM3\CoreSupport\system_stm32f10x.h (2068, 2012-03-28)
Libraries\CMSIS\CM3\DeviceSupport\ST\Release_Notes_for_STM32F10x_CMSIS.html (19836, 2012-03-28)
Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_cl.s (15761, 2012-03-28)
Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_hd.s (15498, 2012-03-28)
Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_ld.s (12371, 2012-03-28)
Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_ld_vl.s (13651, 2012-03-28)
Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_md.s (12760, 2012-03-28)
Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_md_vl.s (14068, 2012-03-28)
Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_xl.s (15950, 2012-03-28)
Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_cl.s (12943, 2012-03-28)
Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_hd.s (13042, 2012-03-28)
Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_ld.s (9698, 2012-03-28)
Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_ld_vl.s (10445, 2012-03-28)
Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_md.s (10154, 2012-03-28)
Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_md_vl.s (10941, 2012-03-28)
Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_xl.s (13143, 2012-03-28)
... ...

================================= DSO138 Source Codes Ver: 113-13801-037 (C) JYE Tech Ltd. All right reserved Web: www.jyetech.com Forum: www.jyetech.com/forum Email: jyetek@gmail.com ================================= 1. Contents ----------- Files contained in this package include: 1 ) 113-13801.c -- The main program 2 ) Board.c -- Functions for initialization and lower level operation 3 ) Board.h -- Header file 4 ) Command.c -- Functions for key command analysis and execution 5 ) Command.h -- Header file 6 ) Common.c -- Basic type definitions and general functions 7 ) Common.h -- Header file 8 ) Eeprom.c -- Emulation of EEPROM 9 ) Eeprom.h -- Header file 10 ) stm32f103_it.c -- Interrupt handlers 11 ) stm32f103_it.h -- Header file 12 ) Screen.c -- Functions for screen related operations 13 ) Screen.h -- Header file 14 ) libdso138.a -- Library of DSO138 core 15 ) libdso138.h -- Header file 16 ) stm32f10x_conf.h -- Configuration file 17 ) startup_stm32f10x_md.S -- Start-up file 18 ) makefile -- Makefile for building the project 19 ) STM32F10x_***k_20k_flash.ld -- Linker script 20 ) readme.txt -- This file. 21 ) Libraries(folder) -- Libraries for STM32F10x MCUs 2. How To Build --------------- The project was developped under CodeSourcery G++ Lite. Under Windows environment please follow the steps below to build the project: 1 ) Download Code Sourcery G++ Lite from http://www.mentor.com/. Install it and have environment variables setup properly as instructed in the accompanied documents. 2 ) Unzip all files in this package to a folder. 3 ) Open a command line window under Windows. Switch to the folder that contains the unzipped files with "CD" command. Type and execute "cs-make" from the folder. 3. Support ---------- There is no technical support for questions related to the source codes. However, users are welcome to present their questions to and seek helps in JYE Tech Forum (http://www.jyetech.com/forum). 4. License ---------- DSO138 source codes are free software and open for education, research, and commercial developments under license policy of the following terms. Copyright (C)2014 JYE Tech Ltd., All right reserved 1 ) DSO138 source codes are free software and there is NO WARRANTY. 2 ) You can use, modify, and redistribute it for personal, non-profit, or commercial product UNDER YOUR OWN RESPONSIBILITY. 3 ) Redistributions of source codes must retain the above copyright notice. 5. Revision History ------------------- Version Date Summary -------------------------------- 0.37 2015.03.05 Fixed a bug that sometimes causes hang when timebase is changed from 20ms to 50ms 0.36 2014.12.25 Minor change to the library file 0.35 2014.12.20 First release.

近期下载者

相关文件


收藏者