文件名称:msOS
-
所属分类:
- 标签属性:
- 上传时间:2013-03-18
-
文件大小:629.29kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SouceFile/CMSIS/core_cm3.c
SouceFile/CMSIS/core_cm3.h
SouceFile/CMSIS/stm32f10x.h
SouceFile/CMSIS/system_stm32f10x.c
SouceFile/CMSIS/system_stm32f10x.h
SouceFile/LIB/inc/misc.h
SouceFile/LIB/inc/stm32f10x_adc.h
SouceFile/LIB/inc/stm32f10x_bkp.h
SouceFile/LIB/inc/stm32f10x_can.h
SouceFile/LIB/inc/stm32f10x_cec.h
SouceFile/LIB/inc/stm32f10x_crc.h
SouceFile/LIB/inc/stm32f10x_dac.h
SouceFile/LIB/inc/stm32f10x_dbgmcu.h
SouceFile/LIB/inc/stm32f10x_dma.h
SouceFile/LIB/inc/stm32f10x_exti.h
SouceFile/LIB/inc/stm32f10x_flash.h
SouceFile/LIB/inc/stm32f10x_fsmc.h
SouceFile/LIB/inc/stm32f10x_gpio.h
SouceFile/LIB/inc/stm32f10x_i2c.h
SouceFile/LIB/inc/stm32f10x_iwdg.h
SouceFile/LIB/inc/stm32f10x_pwr.h
SouceFile/LIB/inc/stm32f10x_rcc.h
SouceFile/LIB/inc/stm32f10x_rtc.h
SouceFile/LIB/inc/stm32f10x_sdio.h
SouceFile/LIB/inc/stm32f10x_spi.h
SouceFile/LIB/inc/stm32f10x_tim.h
SouceFile/LIB/inc/stm32f10x_usart.h
SouceFile/LIB/inc/stm32f10x_wwdg.h
SouceFile/LIB/src/misc.c
SouceFile/LIB/src/stm32f10x_adc.c
SouceFile/LIB/src/stm32f10x_bkp.c
SouceFile/LIB/src/stm32f10x_can.c
SouceFile/LIB/src/stm32f10x_cec.c
SouceFile/LIB/src/stm32f10x_crc.c
SouceFile/LIB/src/stm32f10x_dac.c
SouceFile/LIB/src/stm32f10x_dbgmcu.c
SouceFile/LIB/src/stm32f10x_dma.c
SouceFile/LIB/src/stm32f10x_exti.c
SouceFile/LIB/src/stm32f10x_flash.c
SouceFile/LIB/src/stm32f10x_fsmc.c
SouceFile/LIB/src/stm32f10x_gpio.c
SouceFile/LIB/src/stm32f10x_i2c.c
SouceFile/LIB/src/stm32f10x_iwdg.c
SouceFile/LIB/src/stm32f10x_pwr.c
SouceFile/LIB/src/stm32f10x_rcc.c
SouceFile/LIB/src/stm32f10x_rtc.c
SouceFile/LIB/src/stm32f10x_sdio.c
SouceFile/LIB/src/stm32f10x_spi.c
SouceFile/LIB/src/stm32f10x_tim.c
SouceFile/LIB/src/stm32f10x_usart.c
SouceFile/LIB/src/stm32f10x_wwdg.c
SouceFile/MS5/key.c
SouceFile/MS5/key.h
SouceFile/MS5/main.c
SouceFile/MS5/message.c
SouceFile/MS5/message.h
SouceFile/MS5/mmi.c
SouceFile/MS5/mmi.h
SouceFile/MS5/ms5.h
SouceFile/MS5/readme.txt
SouceFile/MS5/routine.c
SouceFile/MS5/routine.h
SouceFile/MS5/rtc.c
SouceFile/MS5/rtc.h
SouceFile/MS5/stm32.c
SouceFile/MS5/stm32.h
SouceFile/MS5/stm32f10x_conf.h
SouceFile/MS5/stm32f10x_it.c
SouceFile/MS5/stm32f10x_it.h
SouceFile/MS5/timer.c
SouceFile/MS5/timer.h
SouceFile/MS5/type.h
SouceFile/MS5/uart.c
SouceFile/MS5/uart.h
SouceFile/MS5/utility.c
SouceFile/MS5/utility.h
SouceFile/OS/os.h
SouceFile/OS/os_common.h
SouceFile/OS/os_core.c
SouceFile/OS/os_cpu_a.asm
SouceFile/OS/os_cpu_c.c
SouceFile/OS/os_mbox.c
SouceFile/OS/os_q.c
SouceFile/OS/os_task.c
SouceFile/OS/os_time.c
SouceFile/STARTUP/startup_stm32f10x_cl.s
SouceFile/STARTUP/startup_stm32f10x_hd.s
SouceFile/STARTUP/startup_stm32f10x_hd_vl.s
SouceFile/STARTUP/startup_stm32f10x_ld.s
SouceFile/STARTUP/startup_stm32f10x_ld_vl.s
SouceFile/STARTUP/startup_stm32f10x_md.s
SouceFile/STARTUP/startup_stm32f10x_md_vl.s
SouceFile/STARTUP/startup_stm32f10x_xl.s
Backup of MS5.CF3
MS5.CF3
MS5.IAB
MS5.IAD
MS5.IMB
MS5.IMD
MS5.PFI
MS5.PO
MS5.PR
MS5.PRI
MS5.PS
MS5.SearchResults
MS5.WK3
Keil/JLinkSettings.ini
Keil/keilkilll.bat
Keil/MS5.hex
Keil/MS5.uvgui.Administrator
Keil/MS5.uvopt
Keil/MS5.uvproj
Keil/startup_stm32f10x_md.s
SouceFile/LIB/inc
SouceFile/LIB/src
SouceFile/CMSIS
SouceFile/LIB
SouceFile/MS5
SouceFile/OS
SouceFile/STARTUP
SouceFile
Keil
SouceFile/CMSIS/core_cm3.h
SouceFile/CMSIS/stm32f10x.h
SouceFile/CMSIS/system_stm32f10x.c
SouceFile/CMSIS/system_stm32f10x.h
SouceFile/LIB/inc/misc.h
SouceFile/LIB/inc/stm32f10x_adc.h
SouceFile/LIB/inc/stm32f10x_bkp.h
SouceFile/LIB/inc/stm32f10x_can.h
SouceFile/LIB/inc/stm32f10x_cec.h
SouceFile/LIB/inc/stm32f10x_crc.h
SouceFile/LIB/inc/stm32f10x_dac.h
SouceFile/LIB/inc/stm32f10x_dbgmcu.h
SouceFile/LIB/inc/stm32f10x_dma.h
SouceFile/LIB/inc/stm32f10x_exti.h
SouceFile/LIB/inc/stm32f10x_flash.h
SouceFile/LIB/inc/stm32f10x_fsmc.h
SouceFile/LIB/inc/stm32f10x_gpio.h
SouceFile/LIB/inc/stm32f10x_i2c.h
SouceFile/LIB/inc/stm32f10x_iwdg.h
SouceFile/LIB/inc/stm32f10x_pwr.h
SouceFile/LIB/inc/stm32f10x_rcc.h
SouceFile/LIB/inc/stm32f10x_rtc.h
SouceFile/LIB/inc/stm32f10x_sdio.h
SouceFile/LIB/inc/stm32f10x_spi.h
SouceFile/LIB/inc/stm32f10x_tim.h
SouceFile/LIB/inc/stm32f10x_usart.h
SouceFile/LIB/inc/stm32f10x_wwdg.h
SouceFile/LIB/src/misc.c
SouceFile/LIB/src/stm32f10x_adc.c
SouceFile/LIB/src/stm32f10x_bkp.c
SouceFile/LIB/src/stm32f10x_can.c
SouceFile/LIB/src/stm32f10x_cec.c
SouceFile/LIB/src/stm32f10x_crc.c
SouceFile/LIB/src/stm32f10x_dac.c
SouceFile/LIB/src/stm32f10x_dbgmcu.c
SouceFile/LIB/src/stm32f10x_dma.c
SouceFile/LIB/src/stm32f10x_exti.c
SouceFile/LIB/src/stm32f10x_flash.c
SouceFile/LIB/src/stm32f10x_fsmc.c
SouceFile/LIB/src/stm32f10x_gpio.c
SouceFile/LIB/src/stm32f10x_i2c.c
SouceFile/LIB/src/stm32f10x_iwdg.c
SouceFile/LIB/src/stm32f10x_pwr.c
SouceFile/LIB/src/stm32f10x_rcc.c
SouceFile/LIB/src/stm32f10x_rtc.c
SouceFile/LIB/src/stm32f10x_sdio.c
SouceFile/LIB/src/stm32f10x_spi.c
SouceFile/LIB/src/stm32f10x_tim.c
SouceFile/LIB/src/stm32f10x_usart.c
SouceFile/LIB/src/stm32f10x_wwdg.c
SouceFile/MS5/key.c
SouceFile/MS5/key.h
SouceFile/MS5/main.c
SouceFile/MS5/message.c
SouceFile/MS5/message.h
SouceFile/MS5/mmi.c
SouceFile/MS5/mmi.h
SouceFile/MS5/ms5.h
SouceFile/MS5/readme.txt
SouceFile/MS5/routine.c
SouceFile/MS5/routine.h
SouceFile/MS5/rtc.c
SouceFile/MS5/rtc.h
SouceFile/MS5/stm32.c
SouceFile/MS5/stm32.h
SouceFile/MS5/stm32f10x_conf.h
SouceFile/MS5/stm32f10x_it.c
SouceFile/MS5/stm32f10x_it.h
SouceFile/MS5/timer.c
SouceFile/MS5/timer.h
SouceFile/MS5/type.h
SouceFile/MS5/uart.c
SouceFile/MS5/uart.h
SouceFile/MS5/utility.c
SouceFile/MS5/utility.h
SouceFile/OS/os.h
SouceFile/OS/os_common.h
SouceFile/OS/os_core.c
SouceFile/OS/os_cpu_a.asm
SouceFile/OS/os_cpu_c.c
SouceFile/OS/os_mbox.c
SouceFile/OS/os_q.c
SouceFile/OS/os_task.c
SouceFile/OS/os_time.c
SouceFile/STARTUP/startup_stm32f10x_cl.s
SouceFile/STARTUP/startup_stm32f10x_hd.s
SouceFile/STARTUP/startup_stm32f10x_hd_vl.s
SouceFile/STARTUP/startup_stm32f10x_ld.s
SouceFile/STARTUP/startup_stm32f10x_ld_vl.s
SouceFile/STARTUP/startup_stm32f10x_md.s
SouceFile/STARTUP/startup_stm32f10x_md_vl.s
SouceFile/STARTUP/startup_stm32f10x_xl.s
Backup of MS5.CF3
MS5.CF3
MS5.IAB
MS5.IAD
MS5.IMB
MS5.IMD
MS5.PFI
MS5.PO
MS5.PR
MS5.PRI
MS5.PS
MS5.SearchResults
MS5.WK3
Keil/JLinkSettings.ini
Keil/keilkilll.bat
Keil/MS5.hex
Keil/MS5.uvgui.Administrator
Keil/MS5.uvopt
Keil/MS5.uvproj
Keil/startup_stm32f10x_md.s
SouceFile/LIB/inc
SouceFile/LIB/src
SouceFile/CMSIS
SouceFile/LIB
SouceFile/MS5
SouceFile/OS
SouceFile/STARTUP
SouceFile
Keil
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.