文件名称:MemsUart
-
所属分类:
- 标签属性:
- 上传时间:2013-04-11
-
文件大小:318.33kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
This a sample code for STM32F4 DISCOVERY board. It basically gets data from the accelerometer makes some calculations and sends it UART, I use an FTDI chip for uart to usb communication with my PC. With a simple PC program you could collect that data and make a graph or whatever you wish.
I Used CooCox IDE to make that project. It is ready to use if you have that software. Otherwise you can still use the code with a bit of tweaking if for some reason you have different peripheral libraries for that board.-This is a sample code for STM32F4 DISCOVERY board. It basically gets data from the accelerometer makes some calculations and sends it UART, I use an FTDI chip for uart to usb communication with my PC. With a simple PC program you could collect that data and make a graph or whatever you wish.
I Used CooCox IDE to make that project. It is ready to use if you have that software. Otherwise you can still use the code with a bit of tweaking if for some reason you have different peripheral libraries for that board.
I Used CooCox IDE to make that project. It is ready to use if you have that software. Otherwise you can still use the code with a bit of tweaking if for some reason you have different peripheral libraries for that board.-This is a sample code for STM32F4 DISCOVERY board. It basically gets data from the accelerometer makes some calculations and sends it UART, I use an FTDI chip for uart to usb communication with my PC. With a simple PC program you could collect that data and make a graph or whatever you wish.
I Used CooCox IDE to make that project. It is ready to use if you have that software. Otherwise you can still use the code with a bit of tweaking if for some reason you have different peripheral libraries for that board.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MemsUart/.cproject
MemsUart/.project
MemsUart/.register
MemsUart/.xml
MemsUart/build.xml
MemsUart/cmsis/core_cm4.h
MemsUart/cmsis/core_cm4_simd.h
MemsUart/cmsis/core_cmFunc.h
MemsUart/cmsis/core_cmInstr.h
MemsUart/cmsis_boot/startup/startup_stm32f4xx.c
MemsUart/cmsis_boot/stm32f4xx.h
MemsUart/cmsis_boot/stm32f4xx_conf.h
MemsUart/cmsis_boot/system_stm32f4xx.c
MemsUart/cmsis_boot/system_stm32f4xx.h
MemsUart/cmsis_lib/include/misc.h
MemsUart/cmsis_lib/include/stm32f4xx_exti.h
MemsUart/cmsis_lib/include/stm32f4xx_gpio.h
MemsUart/cmsis_lib/include/stm32f4xx_rcc.h
MemsUart/cmsis_lib/include/stm32f4xx_spi.h
MemsUart/cmsis_lib/include/stm32f4xx_syscfg.h
MemsUart/cmsis_lib/include/stm32f4xx_tim.h
MemsUart/cmsis_lib/include/stm32f4xx_usart.h
MemsUart/cmsis_lib/include/stm32f4_discovery.h
MemsUart/cmsis_lib/include/stm32f4_discovery_lis302dl.h
MemsUart/cmsis_lib/source/itoa.c
MemsUart/cmsis_lib/source/misc.c
MemsUart/cmsis_lib/source/stm32f4xx_exti.c
MemsUart/cmsis_lib/source/stm32f4xx_gpio.c
MemsUart/cmsis_lib/source/stm32f4xx_rcc.c
MemsUart/cmsis_lib/source/stm32f4xx_spi.c
MemsUart/cmsis_lib/source/stm32f4xx_syscfg.c
MemsUart/cmsis_lib/source/stm32f4xx_tim.c
MemsUart/cmsis_lib/source/stm32f4xx_usart.c
MemsUart/cmsis_lib/source/stm32f4_discovery.c
MemsUart/cmsis_lib/source/stm32f4_discovery_lis302dl.c
MemsUart/Debug/bin/history.xml
MemsUart/Debug/bin/MemsUart.bin
MemsUart/Debug/bin/MemsUart.elf
MemsUart/Debug/bin/MemsUart.hex
MemsUart/Debug/bin/MemsUart.map
MemsUart/Debug/bin/MemsUart.txt
MemsUart/Debug/obj/history.xml
MemsUart/Debug/obj/itoa.o
MemsUart/Debug/obj/main.o
MemsUart/Debug/obj/misc.o
MemsUart/Debug/obj/startup_stm32f4xx.o
MemsUart/Debug/obj/stm32f4xx_exti.o
MemsUart/Debug/obj/stm32f4xx_gpio.o
MemsUart/Debug/obj/stm32f4xx_rcc.o
MemsUart/Debug/obj/stm32f4xx_spi.o
MemsUart/Debug/obj/stm32f4xx_syscfg.o
MemsUart/Debug/obj/stm32f4xx_tim.o
MemsUart/Debug/obj/stm32f4xx_usart.o
MemsUart/Debug/obj/stm32f4_discovery.o
MemsUart/Debug/obj/stm32f4_discovery_lis302dl.o
MemsUart/Debug/obj/system_stm32f4xx.o
MemsUart/debug.config
MemsUart/link.ld
MemsUart/main.c
MemsUart/memory.ld
MemsUart/MemsUart.cob
MemsUart/MemsUart.elf.xcodeproj/project.pbxproj
MemsUart/cmsis_boot/startup
MemsUart/cmsis_lib/include
MemsUart/cmsis_lib/source
MemsUart/Debug/bin
MemsUart/Debug/obj
MemsUart/cmsis
MemsUart/cmsis_boot
MemsUart/cmsis_lib
MemsUart/Debug
MemsUart/MemsUart.elf.xcodeproj
MemsUart
MemsUart/.project
MemsUart/.register
MemsUart/.xml
MemsUart/build.xml
MemsUart/cmsis/core_cm4.h
MemsUart/cmsis/core_cm4_simd.h
MemsUart/cmsis/core_cmFunc.h
MemsUart/cmsis/core_cmInstr.h
MemsUart/cmsis_boot/startup/startup_stm32f4xx.c
MemsUart/cmsis_boot/stm32f4xx.h
MemsUart/cmsis_boot/stm32f4xx_conf.h
MemsUart/cmsis_boot/system_stm32f4xx.c
MemsUart/cmsis_boot/system_stm32f4xx.h
MemsUart/cmsis_lib/include/misc.h
MemsUart/cmsis_lib/include/stm32f4xx_exti.h
MemsUart/cmsis_lib/include/stm32f4xx_gpio.h
MemsUart/cmsis_lib/include/stm32f4xx_rcc.h
MemsUart/cmsis_lib/include/stm32f4xx_spi.h
MemsUart/cmsis_lib/include/stm32f4xx_syscfg.h
MemsUart/cmsis_lib/include/stm32f4xx_tim.h
MemsUart/cmsis_lib/include/stm32f4xx_usart.h
MemsUart/cmsis_lib/include/stm32f4_discovery.h
MemsUart/cmsis_lib/include/stm32f4_discovery_lis302dl.h
MemsUart/cmsis_lib/source/itoa.c
MemsUart/cmsis_lib/source/misc.c
MemsUart/cmsis_lib/source/stm32f4xx_exti.c
MemsUart/cmsis_lib/source/stm32f4xx_gpio.c
MemsUart/cmsis_lib/source/stm32f4xx_rcc.c
MemsUart/cmsis_lib/source/stm32f4xx_spi.c
MemsUart/cmsis_lib/source/stm32f4xx_syscfg.c
MemsUart/cmsis_lib/source/stm32f4xx_tim.c
MemsUart/cmsis_lib/source/stm32f4xx_usart.c
MemsUart/cmsis_lib/source/stm32f4_discovery.c
MemsUart/cmsis_lib/source/stm32f4_discovery_lis302dl.c
MemsUart/Debug/bin/history.xml
MemsUart/Debug/bin/MemsUart.bin
MemsUart/Debug/bin/MemsUart.elf
MemsUart/Debug/bin/MemsUart.hex
MemsUart/Debug/bin/MemsUart.map
MemsUart/Debug/bin/MemsUart.txt
MemsUart/Debug/obj/history.xml
MemsUart/Debug/obj/itoa.o
MemsUart/Debug/obj/main.o
MemsUart/Debug/obj/misc.o
MemsUart/Debug/obj/startup_stm32f4xx.o
MemsUart/Debug/obj/stm32f4xx_exti.o
MemsUart/Debug/obj/stm32f4xx_gpio.o
MemsUart/Debug/obj/stm32f4xx_rcc.o
MemsUart/Debug/obj/stm32f4xx_spi.o
MemsUart/Debug/obj/stm32f4xx_syscfg.o
MemsUart/Debug/obj/stm32f4xx_tim.o
MemsUart/Debug/obj/stm32f4xx_usart.o
MemsUart/Debug/obj/stm32f4_discovery.o
MemsUart/Debug/obj/stm32f4_discovery_lis302dl.o
MemsUart/Debug/obj/system_stm32f4xx.o
MemsUart/debug.config
MemsUart/link.ld
MemsUart/main.c
MemsUart/memory.ld
MemsUart/MemsUart.cob
MemsUart/MemsUart.elf.xcodeproj/project.pbxproj
MemsUart/cmsis_boot/startup
MemsUart/cmsis_lib/include
MemsUart/cmsis_lib/source
MemsUart/Debug/bin
MemsUart/Debug/obj
MemsUart/cmsis
MemsUart/cmsis_boot
MemsUart/cmsis_lib
MemsUart/Debug
MemsUart/MemsUart.elf.xcodeproj
MemsUart
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.