搜索资源列表
利用STM32的TIM定时器产生方波信号
- 利用STM32的TIM定时器产生四个不同占空比的方波信号 。,his example shows how to configure the TIM1 peripheral to generate 7 PWM signals with 4 different duty cycles.
Linux_Gcc_4.3.1_STM32.rar
- 在Linux下用Gcc 4.3.1进行STM32开发入门,In Linux using Gcc 4.3.1 for the development of entry-STM32
stm32f10x_stdperiph_lib_v3.0.0
- stm32库文件3.0 版。截止09.4.30最新版。内有英文说明,在英文官方下的。中文的没有。相对2.x版本变动较大 stm32f10x_stdperiph_lib_v3.0.0.zip,The STM32F10x Standard Peripheral Library is a complete package, consisting of device drivers for all of the standard device peripherals, for High-, Mediu
STM32-4.3XIANSHI.RAR
- STM32 奋斗版的4.3寸显示屏的显示代码,使用keil软件打开工程文件后下载使用。包括4.3_uc_gui,4.3寸菜单代码,4.3图像显示代码-Version of the 4.3-inch hard STM32 screen display code, the use keil software to open the project file after download. Including 4.3_uc_gui, 4.3-inch menu code, image display
STM32实现U盘、SD读卡器功能
- 4、STM32实现U盘、SD读卡器功能STM32实现U盘、SD读卡器功能-4, STM32 to achieve U disk, SD card reader function
stm32_lcd4_3
- 用stm32f103系列ARM芯片+SSD1963芯片控制4.3寸LCD屏源码-ARM chips with stm32f103+ SSD1963 Series 4.3-inch LCD screen chip control source
2.4TFT-LCD-Driver
- 各种2.4寸TFT LCD彩屏驱动程序,包含ST7786、ILI9320、ILI9325、ILI9328 IC驱动-2.4 TFT LCD Driver
2-4_TFT_with_ILI9320_controller
- Program for writing to Newhaven Display 2.4 TFT with ILI9320 controller
stm32V1_2
- 这是我自已为实验室画的基于STM32的PCB,现在将原理图及PCB全部分享,图是用PROTEL 99SE绘制的。可能会有布线不合理之处,仅供大家参考。 实验板资源介绍 1)CPU为100脚STM32F103XX 2)TFTLCD 3)SD卡 4)4X4键盘模块及四个独立按键 5)ISP下载口及20脚JTAG下载口 6)RS232接口、RS485接口、PS/2接口、USB接口 7)I/O口驱动的蜂鸣器 8)I2C口驱动的AT24C02 9)
Pro_1.4.0_STM3210C_RAM_NVIC_IRQ_Channels_26_Jul_2
- stm32 examples with nvic irq for stm3210c eval
DEMO
- 移植的官方STM32 v3.4.0库,输出外部8MHz时钟 STM32F103ZE-The official STM32 v3.4.0 transplant database, the output of external 8MHz clock STM32F103ZE
4.STM32-TFT-SD-FAT
- STM32+TFT+SD+红外+fat的程序-STM32+ TFT+ SD+ IR program
PWM-Backright(4.3)
- 4.3" lcd backlight driving with pwm of stm32-4.3" lcd backlight driving with pwm of stm32
4.3-MINI-Touch
- 这是一个STM32 4.3寸MINI—触摸屏实验-MINI-is a STM32 4.3-inch touch-screen experiment
STM32-2.4--inch-color-program
- 通过STM32做为主控芯片,然后来控制2.4寸液晶屏幕的显示-Through the STM32 as main control chip, and then to control the display of a 2.4-inch LCD screen
STM32The-4-axis
- STM32 4轴步进电机加减速控制源码, 4轴步进电机加减速控制源码-The 4 axis stepper motor acceleration and deceleration source control
2.4寸FFT显示屏程序
- 2.4寸FFT显示屏程序,触摸,显示。适用于所有fft显示屏,stm32驱动。
can_to_rs2321.4
- 基于stm32的can与rs232串口透明传送程序(Transparent transfer program of can and RS232 serial port based on stm32)
STM32 的4路互补pwm
- 使用keil5编写的STM32输出四路互补的PWM,适配正点原子的mini版,同样是为电赛逆变系统做的准备。通过定时器的输出比较模式,在PC6~PC9,输出4路PWM,每路PWM频率为500Hz,占空比为50%,每一路PWM相位差为45°(The STM32 output four complementary PWM, which is written in keil5, is suitable for the mini version of the positive point atom, w
Stm32启动文件配置
- stm32启动文件可以说有 5 个作用:1,初始化堆栈SP 2,初始化中断向量表 3,配置系统时钟 4,—main 进入main()函数 5,初始化PC指针, 上电后就从 RESET Handler 开始执行。 简单说明:(详其他可参考 cortex_m3 内核) 堆:主要用于动态内存的分配,比如用 malloc() 栈:变量,函数调用。 weak 是 若定义 意思是说 自己可以在 C 中定义 。 B . 跳转到无限循环。