Location:
Search - stm32 h
Search list
Description: 基于STM32的3.2寸ILI9320触摸屏的显示程序下载 ads7843drv.c、HzLib_65k.c、ili932x.c、AsciiLib_65k.c、ili932x.c、main.c、picdata2.h、stm32f10x_conf.h、cortexm3_macro.h、stm32f10x_adc.h、ads7843drv.crf、cortexm3_macro.o、cortexm3_macro.s、cortexm3_macro.lst、JLinkArm_project.ini、TFT_LCD.Opt、TFT_LCD_project.dep、TFT_LCD_Uv2.Bak...........
Platform: |
Size: 2071862 |
Author: majiedan@126.com |
Hits:
Description: STM32读取SD卡上FAT12_16_32文件系统源代码-STM32 read SD card file system source code FAT12_16_32
Platform: |
Size: 211968 |
Author: ard_en |
Hits:
Description:
Platform: |
Size: 589824 |
Author: yzdel7 |
Hits:
Description: CH375芯片的头文件用于帮助开发应用usb接口芯片的应用开发-CH375 chip header file used to help the development and application of usb interface chip application development
Platform: |
Size: 8192 |
Author: carl |
Hits:
Description: STM32 模拟I2C 驱动 工程师可以作为参考运用到实际项目开发中-Simulation_IIC\include\fonts.h
Simulation_IIC\include\lcd.h
Simulation_IIC\include\main.h
Simulation_IIC\include\stm32f10x_conf.h
Simulation_IIC\include\stm32f10x_it.h
Simulation_IIC\project\cortexm2_macro.s
.....
Simulation_IIC\source\I2C_Driver.c
Simulation_IIC\source\I2C_Driver.h
Simulation_IIC\source\lcd.c
Simulation_IIC\source\main.c
Simulation_IIC\source\SetUsart.c
Simulation_IIC\source\stm32f10x_it.c
Platform: |
Size: 37888 |
Author: |
Hits:
Description: 在STM32上面做的T9拼音输入法,详细工程代码。-Done in the STM32 above T9 Pinyin input method, detailed engineering the code.
Platform: |
Size: 1515520 |
Author: 陈晓东 |
Hits:
Description: IAR 结合H-JTAG调试STM32 ,是学习Cortex-M3的好材料-IAR with H-JTAG debug STM32, is to learn good material for Cortex-M3
Platform: |
Size: 550912 |
Author: 陈小东 |
Hits:
Description: STM32的PWM输出模式,STM32的TIM1模块是增强型的定时器模块,天生就是为电机控制而生,可以产生3组6路PWM,同时每组2路PWM为互补,并可以带有死区,可以用来驱动H桥。-STM32' s PWM output mode, STM32' s TIM1 module is enhanced timer module, is inherently for the motor control, it can produce three groups 6-channel PWM, while the complementary PWM each 2-way, and can be with the dead zone, can be used to drive H-bridge.
Platform: |
Size: 1024 |
Author: omega |
Hits:
Description: STM32下的NRF2401 C代码
NRF2401代码
wireless.c
wireless.h-STM32 NRF2401 C code under the code wireless.c wireless.h NRF2401
Platform: |
Size: 4096 |
Author: 王云飞 |
Hits:
Description: stm32下无线模块NRF2401接收程序
STM32_wireless.c
STM32_wireless.h-stm32 reception of wireless module NRF2401 procedures STM32_wireless.c STM32_wireless.h
Platform: |
Size: 4096 |
Author: 王云飞 |
Hits:
Description: SD卡底层驱动,使用STM32的SPI接口与SD卡通讯,采用SPI方式. 文件系统中TFF.C和TFF.H文件不需要改动,只需要改动SD卡操作函数即可即可。
-SD card low level drivers, use the STM32' s SPI communications interface and SD card using SPI mode. File system TFF.C and TFF.H file without changes, just need to change SD card operation functions can be can be.
Platform: |
Size: 27648 |
Author: YOUKI1234 |
Hits:
Description: STM32 Cortex-M3上的温度传感器DS18B20程序。从单片机上移植过来的-STM32 Cortex-M3 on the temperature sensor program. From the MCU on the transplant
Platform: |
Size: 763904 |
Author: zhangshare |
Hits:
Description: 基于ARM的GPRS车载系统源程序
/*******************************************************************************
** Function: Get GPS Communication Port from GPSPort.ini **
** In: char buffer **
** Out: set the char buffer **
** Date: 2007-8-1 Author: Owen.Lu **
*******************************************************************************/-#include <windows.h>
#include "stdio.h"
#include "time.h"
#include "string.h"
#include "assert.h"
#include "gps.h"
#include "math.h"
DCB dcb
COMMTIMEOUTS timeouts
COMSTAT ComStat
HANDLE idComDev
unsigned int testCycle = 0
volatile char gpsMessage[1030][2] = {0}
volatile int buffHead = 0
volatile int buffEnd = 0
DWORD WINAPI receiveGPSProc(LPVOID) //receive gps data
DWORD WINAPI analyseGPSProc(LPVOID) //analyse gps data
/*******************************************************************************
** Function: Get GPS Communication Port from GPSPort.ini **
** In: char buffer **
** Out: set the char buffer **
** Date: 2007-8-1 Author: Owen.Lu **
*******************************************************************************/
void g
Platform: |
Size: 5120 |
Author: 月买双 |
Hits:
Description: stm32 TIM资料+程序,适合新手学习使用-stm32 TIM data+ program, suitable for beginners learning to use
Platform: |
Size: 45056 |
Author: hehongbo |
Hits:
Description: This project runs on uC/OS-II V2.52 and is based on STM32F103RBT6(ARM Cortex-M3 Core)
Take care of the configuration of project. There re some Include Paths while linking which cannot be modified.
Procedure of driving a device(IMPORTANT!!!):
1.Connect hardware correctly.
2.Prepare DEVICE_NAME.h and DEVICE_NAME.c.
3.Enable clock of related components.
4.Enable related interrupt while configure NVIC.
5.Configure related IO pins.
6.Finish test code and begin testing.-This project runs on uC/OS-II V2.52 and is based on STM32F103RBT6(ARM Cortex-M3 Core)
Take care of the configuration of project. There re some Include Paths while linking which cannot be modified.
Procedure of driving a device(IMPORTANT!!!):
1.Connect hardware correctly.
2.Prepare DEVICE_NAME.h and DEVICE_NAME.c.
3.Enable clock of related components.
4.Enable related interrupt while configure NVIC.
5.Configure related IO pins.
6.Finish test code and begin testing.
Platform: |
Size: 1175552 |
Author: liunian |
Hits:
Description: 這是以STM32為基礎的程式碼,可以克服周邊原件與電腦UART傳輸上的困難,這通訊協定可以稍做改變及可用在其他系統上。-This is based STM32 code around the original and the computer can overcome the difficulties of UART transmission, this protocol can be slightly changed and used in other systems.
Platform: |
Size: 2406400 |
Author: 吳柏毅 |
Hits:
Description: stm32开发板整板测试程序,涉及单片机各个模块-stm32 development board full-board test program, involving single-chip modules
Platform: |
Size: 12585984 |
Author: 冉庆领 |
Hits:
Description: STM32头文件,包括初始化头文件stm32.h 通用触摸屏头文件touch.h 3.7寸液晶头文件lcd.h ds18b02头文件temp.h SPI头文件spi.h SD卡读取头文件sd.h FAT32头文件fat.h-STM32 header files, including initialization header stm32.h common touch screen header touch.h 3.7-inch LCD header file lcd.h ds18b02 header temp.h SPI header spi.h SD card reader head File sd.h FAT32 header fat.h
Platform: |
Size: 494592 |
Author: bolun |
Hits:
Description: stm学习用的手 册 ,是学习初级用的书册,好好看(st m kj Kj k j k jfk f f h)
Platform: |
Size: 5199872 |
Author: 机读卡
|
Hits:
Description: 标准例程-V3.5库函数版本\keilkill.bat
标准例程-V3.5库函数版本\实验0 Template工程模板\CORE\core_cm3.c
标准例程-V3.5库函数版本\实验0 Template工程模板\CORE\core_cm3.h
标准例程-V3.5库函数版本\实验0 Template工程模板\CORE\startup_stm32f10x_hd.s
标准例程-V3.5库函数版本\实验0 Template工程模板\HARDWARE\LED\led.c
标准例程-V3.5库函数版本\实验0 Template工程模板\HARDWARE\LED\led.h
标准例程-V3.5库函数版本\实验0 Template工程模板\keilkilll.bat
标准例程-V3.5库函数版本\实验0 Template工程模板\OBJ\Template.hex
标准例程-V3.5库函数版本\实验0 Template工程模板\STM32F10x_FWLib\inc\misc.h(he library function (Library function) is a way to put functions in the reservoir for the use of others. The method is to put some commonly used functions into a file for different people to call. When the call is used, the file name is added to the inside of its file name in #include It is generally put in the Lib file.)
Platform: |
Size: 7538688 |
Author: 山问A |
Hits: