资源列表
Hardware
- STM8无线充电资料,原理图,PCB,无程序,此平台支持QI协议(stm8 wireless charge doc.)
STM32开发指南
- STM32的官方开发指南说明,对STM32的基础应用十分有用。(STM32's official development guide explains that the basic application of STM32 is very useful.)
FreeRTOS 低功耗Tickless模式
- 工程文件用于STM32F407单片机,应用FreeRTOS操作系统,Tickless 模式的代码实现(Engineering files are used in STM32F407 MCU, FreeRTOS operating system and Tickless mode.)
xmc_4700_led
- 用于英飞凌公司xmc4700扩展板的led闪烁例程,包含完整可执行工程,但环境配置需要正确,不过配置也简单。(The LED scintillation routine for the Infineon Corporation xmc4700 extension board includes complete executable projects, but the environment needs to be configured correctly, but the configurati
5、STM32_MAX核心板原理图
- stm32f103的开发板电路,很有使用价值(STM32f103 border Development board circuit, very useful)
stm32l051 update
- stm32L0xx系列升级中bootloader方法。(a method about update firmware based on stm32L051)
FFT_lwj
- 使用28335开发板,进行512点的FFT运算,并能计算出波形的失真度,代码中有注释。(The 28335 development board is used to carry out the FFT operation of 512 points, and the distortion of the waveform can be calculated, and the code is annotated.)
HMT_API_V4.XX
- 拓普微串口触摸屏底层驱动程序,包括51 单片机,和STM32的例程,程序包含画点画线,读数据、写数据,读按键等功能(Tuopu serial port touch screen driver, including 51 SCM, and STM32 routine, the program includes drawing dot line, read data, write data, read the keys and other functions)
源码
- 关于stm32f407的一些关于adc-dac的代码、蓝牙监控超声波工作、蓝牙监控温湿度和超声波工作、关于flash的擦除扇区和读取的代码、串口检测超声波的代码。(About stm32f407's ADC-DAC code, Bluetooth monitoring, ultrasonic work, Bluetooth monitoring temperature and humidity and ultrasonic work, flash's erase sector and read
CAN bus communication on Freescale
- 基于Freescale芯片的CAN总线通信应用程序(CAN bus communication application based on Freescale)
串口屏
- 该程序是2.2寸TFT串口屏的驱动程序,包括串口屏的数据显示,颜色控制程序,画线等等。(The program is the driver of the 2.2 inch TFT serial screen, including the data display of the serial screen, the color control program, the drawing line and so on.)
lpc1768 can 通信
- lpc1768 can通信历程包含can的设置方法初始化等相关文件,是学习的必备资料