资源列表
led_clock_32x64_20170328
- 这是一套用STM32控制32x64分辨率的LED单元板作万年历的程序,能循环显示年月日时分秒、干支、农历、节气、阴历阳历节日、室内室外温度、并可通过GPS对时校准时间。(This is a calendar program which use LED panel as display. The resolution of LED panel is 32x64 pixels. Information on the calendar includes year/month/day, Chinese
STM32频率计
- 基于STM32的频率计程序,2015年电赛题目(Frequency Meter Program Based on STM32, Topic of the 2015 Tournament)
PMAC速成参考手册
- pdf PMAC运动控制器。PDF 快速速成手册(Pdf PDF PMAC motion controller. PDF Quick and Fast Manua)
实验15:ADC printf输出
- stm32f103c8t6 jlink keil5 adc printf
STM32驱动ch395_4个socket连接
- main.c已详尽注释连接的引脚 和 调试助手参数。STM32分别以串口,硬件SPI,模拟并口驱动CH395,4个socket连接, 原路返回上位机发送的数据。串口模式支持更改工作波特率,硬件SPI速率最高36MHz, 模拟并口较快,这三种模式支持在stm32任意型号下。(Main.c has commented on pins and debugging assistant parameters in detail. STM32 drives CH395 and 4 sockets by se
485小板温湿度测试V1.0
- 利用STM32F103C8连接温湿度传感器AM2320,采用IIC总线读取传感器数值,和上位机连接采用MODBUS方式。(Temperature and humidity sensor AM2320 is connected by STM32F103C8, sensor values are read by IIC bus, and MODBUS is used to connect with host computer.)
stm32f10x_Low_Power
- 使用实时操作系统rtthread,低功耗停机模式。(Using rtthread, a real-time operating system,)
USB-Z01程序源代码
- USB-Z01 的很多配置都是通过 MCU 执行。可以配置的内容包括:低功耗模 式下静音、音量加、音量减、USBDAC 工作模式;HiFi 模式下静音、左右声道 的音量、静音检测、数字滤波器滚降模式控制、数字滤波器负载控制、输入数字 信号格式、采样率选择、输出相位反转控制、DAC 工作状态控制、系统时钟控 制、系统复位控制、数字滤波器偏置控制。另外 MCU 还可以控制 USB-Z01 的 输入接口、输出接口。
freemodbus-v1.6
- freemodbus V1.6实现了modbus从机在嵌入式平台的移植,包含ARM9,AT91,LINUX,WINDOWS等下的示例代码(Freemodbus V1.6 implements the transplantation of Modbus slave on embedded platform, including the sample codes under ARM9, AT91, LINUX, WINDOWS, etc.)
STM320F103 USB转虚拟串口
- 在STM32F103开发板上实现了USB转为虚拟串口的功能。(The function of converting USB to virtual serial port is realized on STM32F103 development board.)
NodeSolution(Keil)
- 采用STM32L151 MCU平台实现一个无线智能传感器的单节点平台,完成数据发送与低功耗管理,采用Zigbee协议自组网实现节点到网关的数据传输(Making a wireless sensor by using STM32L151 and Zigbee)
51单片机汇编教程
- 想学汇编语言的绝佳资料,从51基础的点灯做起,用汇编完成51单片机的使用