资源列表
USART
- STM32F4 USART example code
DAC_SineWave
- Generate sine wave using DAC STM32F1
main_1
- 一开始学时stm32时写的程序,结构简单,适用于初学者,使用SPI1口,循环发送数据。(Use the SPI1 port to send data round)
DAC_TriangleWave
- Generate triangle wave using stm32f1
串口
- 串口显示打印例程,主要就是串口1打印输出 适合初学者调试学习(Serial display print routine)
MATLAB
- 使用matlab的simulink进行代码生成,生成了DA输出功能,同时使用matlab执行了xcorr(Using Matlab's simulink to generate code, the DA output function is generated, and xcorr is executed with MATLAB)
adbs-a350 driver
- 光学手指导航模块驱动程序,实现了上下左右以及确定等5个功能(It's driver for optical finger navigation module. It realizes 5 functions, such as up and down, left and right, and determination.)
asctec_simulink_toolkit_v1.0
- 可以用于无人机的在线上位机地面站的编程和仿真,用以监控无人机的姿态、位置和传感器信息。(It can be used for the programming and Simulation of the UAV's upper computer ground station to monitor the attitude, position and sensor information of the uav.)
ALIENTEK MINISTM32 实验3 串口实验
- 本实验,STM32通过串口1和上位机对话,STM32在收到上位机发过来的字符串(以回车换 行结束)后,原原本本的返回给上位机。下载后,DS0闪烁,提示程序在运行,同时每隔一定时间,通过串口1输出一段信息到电脑。(In this experiment, STM32 through the serial port 1 and host computer dialogue, STM32 received the host computer sent to the string (in return
omnivision_ov4689
- This is the ini file of omnivision 4689 on Hi3516D.
Verilog_traffic
- 若农场路无车辆,则在高速路保持绿灯。在探测农场路有车辆,高速路上的交通灯应由绿到黄,再到红,并允许农场路方向灯变绿,绿灯亮一段时间,由绿变黄再到红。(If there is no vehicle on the farm road, keep the green light on the highway. There are vehicles on the farm road, the traffic lights on the high speed road should be green to
STM32F103C8T6配套程序源码-ADC实验.zip
- 这是关于stm32系列单片机部分源码,关于单片机ADC部分