搜索资源列表
STM8S-LIB-V3.0
- stm8s 固件库 3.0 包含gpio,wdt,flash操作和触摸按键的驱动文件和配置文件。-stm8s lib v3.0
ucos_stm8s105k6_uart
- 本资料主要是一个移植ucos II到stm8s单片机的的项目源码(iar环境),比较重要的是一个基于ucos的串口驱动,uart使用中断方式,使用了ring buffer,高效实用,便于移植(在COMMxx的两个文件中),此外还有一个使用stm8s输入捕获功能解码红外信号的模块,还包括gpio,adc,pwm,awu模块,极具参考价值,本人亲自摸索调试通过。-This information is mainly a transplant
stm8s-jidianqi
- 单片机stm8s控制gpio从而控制继电器的例子-stm8s control gpio
stm8_gpio_touchkey
- 使用STM8S GPIO实现的 多个电容触摸按键,实测效果良好,希望能给有需要的朋友提供帮助,谢谢。-STM8S GPIO implemented using a plurality of capacitive touch buttons, the measured result is good, I hope to give a friend needs help, thank you.
Stm8_Lesson2_GPIO_Example
- 介绍了如何进行stm8s的GPIO外设编程,内含源码以及自己写的word教程.编译平台为IAR-Introduction of stm8s GPIO coding, including source code and course document.
NixieTube
- STM8s点这共阴数码管,实现数字跳动0-9 Nixie tube 数据管 |--src 源代码 |---| |--HAL 硬件逻辑层: 与硬件相关(GPIO配置与初始化,时钟的配置与初始化) |--FML 功能封装层: LED的开关功能函数(调用HAL层) |--APL 应用程序层: LED的闪烁等逻辑,调用FML层功能 | |--inc 包含文件 | |
STM8S-A01_GPIO基础知识
- 在IAR开发环境下,通过STM8S芯片,控制GPIO点亮LED(Use GPIO light up the LED)