资源列表
STM32+ENC28J60程序+原理图
- STM32+ENC28J60的程序+原理图
CommBoardV1.6_Sinopec
- 中石化加油机通信网关(内含源码和中石化加油机通信协议pdf)-Sinopec tanker Communication Gateway (includes source code and in the petrochemical tanker communication protocol pdf)
st7735
- 基于的stm32的ST7735的液晶驱动完整KEIL工程,整个工程,测试通过。-Based on the stm32 The ST7735 LCD driver complete KEIL project, the whole project, the test passes.
BMS201404
- BMS解决方案C语言程序源码 有电压、电流等采集方案源代码-Infineon BMS solutions C language program source code
V6
- 公司刚调试的充电桩,交直流双充!含BMS通信协议-The company has just debugging charging pile, AC-DC dual charge! BMS communication protocols including
M26(2M)
- 移远M26 GPRS模块驱动程序,包括发短信,自动接听电话和连接GPRS发送测试数据-Quectel M26 GPRS module drivers, including text messaging, automated calls and GPRS connection to send test data
gdfmc
- GD32内部FLASH操作函数,可以实现FLASH数据的擦除,改写。及数据的有效保护。-GD32 internal FLASH manipulation functions, you can erase the FLASH data rewritten. And the effective protection of data.
16384-point-fft-stm32
- Edited CMSIS for 16384 point FFT for stm32.
AR8031_33_REF_DESIGN_V1.1
- AR8031/33 Reference Design 参考设计原理图-AR8031/33 Reference Design
拍照+wifi传输+命令控制雏形3.0
- 通过stm32控制ESP8266传输摄像头的图片数据,并在上位机显示(Through the STM32 control ESP8266 transmission camera picture data, and display in the host computer)
uvm实战源码
- uvm实战教程源码,丰富的uvm demo testbench,可以学习uvm各个阶段的testbench搭建技巧,能学习到大量的uvm testbench搭建技能,比如factory和寄存器模型等重要机制,非常值得学习
CAN-Bootloader-master
- CAN Bootloader是基于CAN总线实现的在线IAP整套解决方案,顾名思义,这个在线升级是通过CAN总线实现的,所以只要产品具备CAN总线数据传输的,理论上都是可以实现这个功能的。 CAN Bootloader在固件层面是分成的两个固件,一个是Bootloader固件,一个是App固件,两个固件存放在单片机的不同程序存储区,比如对于STM32来说,Bootloader存放在0x8000000的Flash起始区,App固件存放在0x8008000的Flash起始区。对于其他单片机,可能这