登录
首页 » C/C++ » msOS

msOS

于 2013-03-18 发布 文件大小:629KB
0 64
下载积分: 1 下载次数: 63

代码说明:

  MS5基于STM32F103设计开发,可以在Keil下软件仿真调试,不需要实物硬件板子,UART1作为人机窗口。硬件测试是基于正点原子的miniSTM32F103RBT6板子测试,资料是开源的。MS5主要基于MS4(基于NXP Cortex M3)升级而来,因为在2011年基于MS4做了6KW高频焊接机,增加了界面部分,采用函数指针加消息机制,感觉比较简单而有效,性能比较不错,尤其是针对工业产品,系统节拍分时设计有进一步的体会,把这两点融入到MS5中,同时修改了串口UART发送系统等待问题,先把串口数据放到一个buff中,系统节拍去检测buff,当有数据时,每个节拍发送一个,这样就避免了以前发送的时候,需要很长的等待问题。(MS5 based on the design and development of STM32F103 in Keil software simulation debugging, does not require physical hardware board UART1 as a man-machine window. The hardware test is based the the punctuality atoms miniSTM32F103RBT6 board test, and the information is open source. MS4 MS5 mainly based on (upgrades from NXP Cortex M3), because in 2011 based on the MS4 6KW high-frequency welding machine, increase the interface part of the function pointer plus message mechanism, feeling relatively simple and effective, and the performance is quite good, beats especially for industrial products, systems, time-sharing design further experience, these two points into the MS5 while waiting for problems to modify the serial UART transmit the first serial data into a buff system beats to detect buff, data, send each beat, thus avoiding the previously sent, the long wait.)

文件列表:

Backup of MS5.CF3,131691,2013-01-17
Keil
....\JLinkSettings.ini,573,2012-12-27
....\keilkilll.bat,399,2011-04-23
....\MS5.hex,37205,2013-01-17
....\MS5.uvgui.Administrator,139866,2013-01-17
....\MS5.uvopt,28339,2013-01-17
....\MS5.uvproj,23471,2013-01-15
....\startup_stm32f10x_md.s,12765,2012-03-08
MS5.CF3,131691,2013-01-17
MS5.IAB,991232,2012-12-30
MS5.IAD,10008,2013-01-15
MS5.IMB,258048,2012-12-30
MS5.IMD,2848,2013-01-15
MS5.PFI,340,2013-01-17
MS5.PO,776,2013-01-17
MS5.PR,29216,2012-12-30
MS5.PRI,172552,2013-01-15
MS5.PS,1849684,2013-01-16
MS5.SearchResults,215,2013-01-17
MS5.WK3,81329,2013-01-17
SouceFile
.........\CMSIS
.........\.....\core_cm3.c,17273,2010-06-07
.........\.....\core_cm3.h,85714,2011-02-09
.........\.....\stm32f10x.h,633941,2011-03-10
.........\.....\system_stm32f10x.c,36557,2011-03-10
.........\.....\system_stm32f10x.h,2085,2011-03-10
.........\LIB
.........\...\inc
.........\...\...\misc.h,8982,2011-03-10
.........\...\...\stm32f10x_adc.h,21690,2011-03-10
.........\...\...\stm32f10x_bkp.h,7555,2011-03-10
.........\...\...\stm32f10x_can.h,27559,2011-03-10
.........\...\...\stm32f10x_cec.h,6573,2011-03-10
.........\...\...\stm32f10x_crc.h,2162,2011-03-10
.........\...\...\stm32f10x_dac.h,15233,2011-03-10
.........\...\...\stm32f10x_dbgmcu.h,3818,2011-03-10
.........\...\...\stm32f10x_dma.h,20754,2011-03-10
.........\...\...\stm32f10x_exti.h,6824,2011-03-10
.........\...\...\stm32f10x_flash.h,25445,2011-03-10
.........\...\...\stm32f10x_fsmc.h,27016,2011-03-10
.........\...\...\stm32f10x_gpio.h,20175,2011-03-10
.........\...\...\stm32f10x_i2c.h,30029,2011-03-10
.........\...\...\stm32f10x_iwdg.h,3828,2011-03-10
.........\...\...\stm32f10x_pwr.h,4383,2011-03-10
.........\...\...\stm32f10x_rcc.h,30452,2011-03-10
.........\...\...\stm32f10x_rtc.h,3857,2011-03-10
.........\...\...\stm32f10x_sdio.h,21863,2011-03-10
.........\...\...\stm32f10x_spi.h,17725,2011-03-10
.........\...\...\stm32f10x_tim.h,52427,2011-03-10
.........\...\...\stm32f10x_usart.h,16548,2011-03-10
.........\...\...\stm32f10x_wwdg.h,2966,2011-03-10
.........\...\src
.........\...\...\misc.c,7046,2011-03-10
.........\...\...\stm32f10x_adc.c,47201,2011-03-10
.........\...\...\stm32f10x_bkp.c,8463,2011-03-10
.........\...\...\stm32f10x_can.c,45103,2011-03-10
.........\...\...\stm32f10x_cec.c,11656,2011-03-10
.........\...\...\stm32f10x_crc.c,3347,2011-03-10
.........\...\...\stm32f10x_dac.c,19087,2011-03-10
.........\...\...\stm32f10x_dbgmcu.c,5149,2011-03-10
.........\...\...\stm32f10x_dma.c,29607,2011-03-10
.........\...\...\stm32f10x_exti.c,6959,2011-03-10
.........\...\...\stm32f10x_flash.c,62551,2011-03-10
.........\...\...\stm32f10x_fsmc.c,35484,2011-03-10
.........\...\...\stm32f10x_gpio.c,23221,2011-03-11
.........\...\...\stm32f10x_i2c.c,45781,2011-03-10
.........\...\...\stm32f10x_iwdg.c,4916,2011-03-10
.........\...\...\stm32f10x_pwr.c,8759,2011-03-10
.........\...\...\stm32f10x_rcc.c,51271,2011-03-10
.........\...\...\stm32f10x_rtc.c,8598,2011-03-10
.........\...\...\stm32f10x_sdio.c,28933,2011-03-10
.........\...\...\stm32f10x_spi.c,30224,2011-03-10
.........\...\...\stm32f10x_tim.c,109159,2011-03-10
.........\...\...\stm32f10x_usart.c,38308,2011-03-10
.........\...\...\stm32f10x_wwdg.c,5735,2011-03-10
.........\MS5
.........\...\key.c,2630,2013-01-16
.........\...\key.h,1253,2013-01-02
.........\...\main.c,3911,2013-01-17
.........\...\message.c,1907,2013-01-16
.........\...\message.h,1686,2013-01-05
.........\...\mmi.c,3803,2013-01-02
.........\...\mmi.h,1057,2013-01-02
.........\...\ms5.h,1239,2013-01-16
.........\...\readme.txt,3368,2013-01-17
.........\...\routine.c,1717,2013-01-02
.........\...\routine.h,963,2013-01-02
.........\...\rtc.c,1299,2013-01-02
.........\...\rtc.h,1102,2013-01-02
.........\...\stm32.c,5951,2013-01-06
.........\...\stm32.h,1465,2013-01-17
.........\...\stm32f10x_conf.h,3259,2011-04-04
.........\...\stm32f10x_it.c,5006,2013-01-16
.........\...\stm32f10x_it.h,2088,2013-01-15
.........\...\timer.c,3948,2013-01-16
.........\...\timer.h,1224,2013-01-02
.........\...\type.h,1379,2013-01-02
.........\...\uart.c,2929,2013-01-16

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

发表评论

0 个回复

  • 696524资源总数
  • 103930会员总数
  • 47今日下载