资源列表
S3C4510b的网络驱动修正
- 针对三星的4510b芯片下网卡芯片驱动的若干修改,亦可用作深化网络设备编程的示例。-4510b against Samsung's chip card chips under a number of changes, can also be used for deepening the network device programming examples.
ad7793程序
- STM32 AD7793代码,配置SPI 引脚就也用
Ymodem协议 STM32实现
- 通过PC端的超级终端,使用YMODEM协议,下发文件。 接收端为STM32,使用串口接收,串口协议为YMODEM。 此方法可以用于配置文件下发,或者升级包的下方。
i2c s32
- 基于s32k144 的I2C源码整合,有问题可以联系我,大家一起学习144芯片,以起进步
农业大棚
- 实现通过继电器控制卷帘升降,监测大棚内的温湿度(Realize the control of roller shutter lifting by relay, monitor the temperature and humidity in the greenhouse)
8258_dual_mouse_SDK2.4.3
- 泰凌微 8258 双模鼠标SDK2.4.3,支持BLE模式,2.4G模式(Teling micro 8258 dual-mode mouse, support ble mode, 2.4G mode)
实验26 CAN收发实验
- 基于STM32F103 的CAN 通信,里面有很详尽的注释,帮助理解(Based on STM32F103 can communication, there are very detailed notes to help understand)
Ethernet_TCP_server
- STM32F429+LAN8720A实现以太网的TCP Server通信,使用TCP协议与电脑端通讯,用作TCP Server(Stm32f429 + lan8720a realize the TCP server communication of Ethernet, use the TCP protocol to communicate with the computer, as the TCP server)
stm32f103
- 有串口,蜂鸣器,按键,定时器的整个工程代码。
HT-WAKE开源代码
- 好像公司已经倒闭了,流传在外面的开源代码,代码配对的硬件是HAWK不是HAWK2
ARM_DS5_v5.27.0x64
- ARM Development Studio DS-5 full version crack
基于32单片机的电压检测装置
- 1. 基本功能:基本实现了附件2要求的功能,因为TFT-LCD引脚损坏,故用OLED代替,开发板没有配套24C02,所以使用flash模拟EEPROM,对参数K进行掉电保护。 2. 增加功能: a.按键个数增加1个,多了一个用于时间调整,可以让时间减小。 b.可以通过串口修改实时时间,在屏幕1下,用串口助手输入指令。 c.可以通过串口更新电压上报时间,在屏幕2下,用串口助手输入指令。 d.往串口助手输入:?,即可以获得串口指令提示。更多信息见实验工程下“ReadMe”文件。