逆变器控制软件

所属分类:单片机开发
开发工具:C/C++
文件大小:2890KB
下载次数:15
上传日期:2018-08-01 15:15:23
上 传 者向s
说明:  STM32F103 调制PWM,里面带操作系统
(STM32F103 modulation PWM)

文件列表:
逆变器控制软件\APP\includes.h (887, 2013-08-08)
逆变器控制软件\APP\kalman.c (1346, 2012-07-09)
逆变器控制软件\APP\main.c (4629, 2013-08-08)
逆变器控制软件\APP\os_cfg.h (10714, 2011-12-26)
逆变器控制软件\APP\spwm.c (13389, 2013-08-08)
逆变器控制软件\APP\stm32f10x_conf.h (3185, 2011-12-14)
逆变器控制软件\APP\stm32f10x_it.c (4255, 2013-08-08)
逆变器控制软件\APP\stm32f10x_it.h (1857, 2011-02-24)
逆变器控制软件\APP\stzimo.h (17291, 2013-08-08)
逆变器控制软件\APP\system_stm32f10x.c (31431, 2012-12-13)
逆变器控制软件\BSP\24c02.c (6861, 2012-12-14)
逆变器控制软件\BSP\24c02.h (817, 2012-07-07)
逆变器控制软件\BSP\adc.c (8204, 2013-08-08)
逆变器控制软件\BSP\adc.h (255, 2013-07-27)
逆变器控制软件\BSP\eeprom.c (25855, 2013-07-27)
逆变器控制软件\BSP\eeprom.h (3912, 2013-07-27)
逆变器控制软件\BSP\jiami.c (1215, 2013-08-08)
逆变器控制软件\BSP\led.c (1521, 2013-08-08)
逆变器控制软件\BSP\led.h (195, 2011-12-14)
逆变器控制软件\BSP\serial.c (7286, 2013-08-08)
逆变器控制软件\BSP\serial.h (531, 2012-06-09)
逆变器控制软件\BSP\spk.c (1091, 2012-12-11)
逆变器控制软件\BSP\spk.h (109, 2012-02-15)
逆变器控制软件\BSP\st7565.h (291, 2013-06-15)
逆变器控制软件\BSP\ST7565S.c (11169, 2013-08-08)
逆变器控制软件\BSP\Timer.c (2216, 2013-08-08)
逆变器控制软件\BSP\timer.h (124, 2012-07-04)
逆变器控制软件\JLink Regs CM3.txt (497, 2011-06-13)
逆变器控制软件\JLinkLog.txt (289767, 2013-08-08)
逆变器控制软件\JLinkSettings.ini (285, 2011-02-26)
逆变器控制软件\out_hex\方向盘.hex (86742, 2013-08-08)
逆变器控制软件\out_hex\方向盘.plg (3526, 2013-08-08)
逆变器控制软件\STM32LIB\includes\core_cm3.h (85714, 2010-10-18)
逆变器控制软件\STM32LIB\includes\misc.h (8893, 2010-10-18)
逆变器控制软件\STM32LIB\includes\stm32f10x.h (629758, 2011-02-23)
逆变器控制软件\STM32LIB\includes\stm32f10x_adc.h (21601, 2010-10-18)
逆变器控制软件\STM32LIB\includes\stm32f10x_bkp.h (7466, 2010-10-18)
逆变器控制软件\STM32LIB\includes\stm32f10x_can.h (23230, 2010-10-18)
逆变器控制软件\STM32LIB\includes\stm32f10x_cec.h (6483, 2010-10-18)
逆变器控制软件\STM32LIB\includes\stm32f10x_crc.h (2073, 2010-10-18)
... ...

uC/OS-II, The Real-Time Kernel DISTRIBUTION Version 2.90 READ ME FILE ****************************************************************************** ******************************* LICENSING TERMS ****************************** ****************************************************************************** Even if C/OS-II is provided in source form, C/OS-II is NOT freeware NOR open source software. You are NOT allowed to distribute the source code for C/OS-II without written consent from Micrim. You need to obtain an 'Object Code Distribution License' to embed C/OS-II in a product that is sold with the intent to make a profit or, if the product is not used for education or 'peaceful' research. You need to contact Micrim for licensing details. ****************************************************************************** ****************************** TABLE OF CONTENTS ***************************** ****************************************************************************** 1) Reporting problems 2) Software Upgrades 3) Release Notes /*$PAGE*/ ****************************************************************************** ***************************** REPORTING PROBLEMS ***************************** ****************************************************************************** If you find a problem (i.e. bug) in uC/OS-II, do not hesitate to report the problem to either: 1) Through e-mail: My e-mail address is: Jean.Labrosse@Micrium.com 2) By writing to me at: Micrium 1290 Weston Road, Suite 306 Weston, FL 33326 U.S.A. c/o: Jean J. Labrosse 3) By calling Micrium: (954) 217-2036 (954) 217-2037, FAX Make sure that the problem you are reporting is in uC/OS-II and not your application. If you in fact discover a bug in uC/OS-II, check the uC/OS-II web site for a list of known bugs and their fixes: www.Micrium.com If you are using an older version, you should first get the lastest version. /*$PAGE*/ ****************************************************************************** ****************************** SOFTWARE UPGRADES ***************************** ****************************************************************************** As you can see, I have been trying to support uC/OS (i.e. V1.xx) and now, uC/OS-II. When bugs are found, I do my best to promptly correct them. It is virtually impossible to notify everybody that purchased the code (i.e. the diskette) to tell them that a new version is available. You should occasionally check the uC/OS-II WEB site (www.ucos-ii.com) or the Micrium web site (www.Micrium.com) to see what version is currently shipping. I will not be upgrading the publisher everytime I add new features to uC/OS-II. I would highly suggest that you resist changing the STYLE of the code unless you don't mind spending many hours doing so everytime you upgrade. /*$PAGE*/ ****************************************************************************** ******************************** RELEASE NOTES ***************************** ****************************************************************************** 1) RELEASE NOTES: ---------------- The release notes are now provided in PDF format in the file: \Micrium\Software\uCOS-II\Doc\ReleaseNotes.PDF 2) FEATURES SINCE V2.00: ----------------------- All the features added since V2.00 are described in the PDF file: \Micrium\Software\uCOS-II\Doc\WhatsNewSince-V200.PDF 3) QUICK REFERENCE CHART: ------------------------ A Quick Reference Chart for all the functions in V2.8x is provided in the following .PDF files: \Micrium\Software\uCOS-II\Doc\QuickRefChart-Color.PDF If you have a LAMINATION machine, you can protect the chart by laminating it. 4) REFERENCE AND CONFIGURATION MANUALS: -------------------------------------- The updated Reference and Configuration Manual (Chapter 16 and 17 in the MicroC/OS-II 2nd Edition book) have been included in .PDF format in this distribution. These documents are found in: \Micrium\Software\uCOS-II\Doc\uCOS-II-RefMan.PDF (Chapter 16) \Micrium\Software\uCOS-II\Doc\uCOS-II-CfgMan.PDF (Chapter 17)

近期下载者

相关文件


收藏者