搜索资源列表
STM32 驱动 W5100 实现 http 的网页浏览也可通过网页控制 LED
- CPU 是使用 STM32F103 的单片机,可以非常方便地移植软件到 ST 的Cortex 单片机上,而单片机采用 SPI 总线和间接总线与 W5100 接口,并可任选一种方式.也提供JTAG接口用于单片机软件调试.可通过RS-232C接口下载程序.CPU 和 W5100 采用 3.3V 电压供电.另提供标准RS-232C 串行接口与上位机相连.编译器是使用 Keil 的 MDK 工程.
library
- STM32单片机编程必备库文件,直接添加进工程即可,STM32F103系列~-STM32 MCU programming required library files can be added directly into the project, STM32F103 series ~
工程模板 - 副本
- 控制蜂鸣器响,配置gpio管脚,达到按键控制蜂鸣器(Control buzzer sound, configure the GPIO pin, to achieve the button control buzzer)
STM32F10x
- 这是一个STM32F103工程,对于学习STM32F103有重要意义(This is a STM32F103 project, has important significance for studying STM32F103)
裸机工程框架-newboard-1412011404
- KEIL开发STM系列芯片,建立工程繁琐,此版为裸机工程模板,打开之后直接撸代码即可(The development of KEIL STM series chip, the establishment of engineering complex, this project template for the bare metal, after opening the direct line of code)
STM32F103工程样板
- STM32F103工程样板,拿来就可以用。直接添加自己的模块就可以使用(STM32F103 engineering sample, can be used. Adding your own module directly can be used)
stm32f103c8t6_gcc.tar
- STM32F103C8T6的gcc工程实例,包含启动文件<C>,链接脚本,makefile(STM32F103 Simple project.)
stm32下的ST7735液晶驱动工程 st7735
- stm32下的ST7735液晶驱动工程 st7735,stm32f103上验证好用(stm32 st7735,driver,check ok,work well!)
STM32F10x工程_使用SPI方式读写TF卡SD卡
- stm32f103c8t6 spi 读取/写入SD卡(stm32f103c8t6 spi read write SD card)
1-2-15-按键双击和长按程序
- 在stm32工程中,长按和短按的代码书写, 调用的读取按键状态的底层函数。封装成的按键函数代码。下面是函数的头文件,和.c文件的代码。使用定时器来扫描按键。(In STM32 project, the code of long press and short press is written, and the underlying function of reading key status is called. Encapsulated key function code. The follo