资源列表
实验1 跑马灯实验
- STM32gpio调试例程,希望对你有所帮助((an example of STM32F10x GPIOTEST))
实验9 PWM输出实验
- 说明:STM32定时器PWM调试例程,希望对你有所帮助((an example of STM32 timer ))
实验13 TFTLCD显示实验
- STM32 iic方式的TFT液晶调试例程,希望对你有所帮助((an example of stm32f10x iic mode for TFT))
STM32倒立摆
- 2013年全国电子竞赛试题源代码,基于STM32F1103系列(2013 national contest questions source code, based on the STM32F1103 series)
shuzipinlvji
- 数字频率计msp430F169完成的部分(Digital frequency meter msp430F169 completed part)
adc
- 多路ad采集,用于stm32的多路循环扫描采集(Multiplex AD acquisition)
CPLD
- 数字频率计在FPGAEP4CE10F17C8上的功能实现和运用(Application of digital cymometer in FPGA)
MPU-6050 debug
- MPU6050的调试程序,输出X、Y、Z轴的旋转角度(MPU6050 debugger, output X, Y, Z axis rotation angle)
2.4G无线通信程序
- 基于STM32F103ZET6的2.4G无线通信应用(Application of 2.4G Wireless Communication Based on STM32F103ZET6)
btstack-master
- Bluetooth Protocol Stack on Linux Platform, source code, verified on CSR256x chipset.
LCD
- 简单的CCS工程,能够节省开发者开发过程的时间(Simple CCS projects can save developers time)
STM32 SPI双机通信
- 做主机接收时,不能和发送共用一个函数。该程序是基于stm32的双机通信程序。一定要理解好主机和从机的作用,做主机时会控制通信的时钟,从机是不能产生时钟的。如果从机要发送数据,那可以在主机发送数据 的时钟上发送数据。(You cannot share a function with the host when you host the receiver. The program is based on STM32 dual computer communication program. Be su