-
MPC860初始化QMC在HDLC模式示例
MPC860初始化QMC在HDLC模式示例-MPC860 initialization QMC in HDLC model example
- 2023-01-23 13:30:04下载
- 积分:1
-
成型滤波器的verilog代码
成型滤波器的verilog代码--Verilog source code for formatted wave filter.
- 2023-05-29 08:55:04下载
- 积分:1
-
boa的最新源代码,在嵌入式系统中作web server
boa的最新源代码,在嵌入式系统中作web server-boa the latest source code, in embedded systems for the web server
- 2022-07-20 02:13:01下载
- 积分:1
-
cpress鼠标固件源码
cpress鼠标固件源码--Source code for cpress mouse.
- 2022-01-25 22:12:30下载
- 积分:1
-
MCUProductionProgrammer_Silicon
MCUProductionProgrammer Silicon Lab
In-system programming involves programming
devices after installation inthe end system. In this
scenario, access to the debug pins (JTAG or C2
interface) is provided in the end system to enable
connection to a programming “Master”. This pro-gramming “Master” can bea Silicon Labs Serial
Adapter (EC2), custom hardware, or for JTAG
devices, a JTAG Boundary Scan test system that
supports the programming ofSilicon Labs devices.
- 2022-08-05 18:50:27下载
- 积分:1
-
8code ATMEGA
atmega8是一个8位微控制器。此源代码为atmega8cpu提供引导加载程序功能。这包含内置的uart和adc;
- 2022-02-10 08:05:15下载
- 积分:1
-
it is usb based power switch controlled via usb based on avr microcontroller
it is usb based power switch controlled via usb based on avr microcontroller
- 2022-03-25 07:36:37下载
- 积分:1
-
该程序为niosII环境下的1302编程可以直接应用,程序功能模块化,简单易懂...
该程序为niosII环境下的1302编程可以直接应用,程序功能模块化,简单易懂-NiosII the program for the 1302 programming environment can be applied directly, the program features a modular, easy-to-read
- 2022-01-30 11:38:42下载
- 积分:1
-
44B0中文资料
44B0中文资料--Chinese materials for 44B0.
- 2022-01-26 07:26:29下载
- 积分:1
-
MSP430以软件IIC方式读写HMC5883
**********************************************************************
初始化 IIC
**********************************************************************/
void InitIIC()
{
IIC_DIR |= IIC_SCL; //SCL 管脚为输出
IIC_DIR &= ~IIC_SDA; //SDA 管脚为输入
C_SCL;
Stop();
}
/****************************
- 2022-03-25 00:49:26下载
- 积分:1