-
The ATF1502BE device is an In
The ATF1502BE device is an In-System Programming (ISP) device. It uses the industry-standard
4-pin JTAG interface (IEEE Std. 1149.1), and is fully compliant with JTAG’s Boundary-scan
Description Language (BSDL).
- 2022-02-07 13:43:56下载
- 积分:1
-
c8051f060LED闪烁程序,帮助开发新手蜕变到老手的一流程序
c8051f060LED闪烁程序,帮助开发新手蜕变到老手的一流程序
- 2022-12-11 04:35:03下载
- 积分:1
-
详细对ARM7TDMI中断原理进行了详解,对需要中断的朋友很有帮助...
详细对ARM7TDMI中断原理进行了详解,对需要中断的朋友很有帮助-Details on the ARM7TDMI interrupt principle explain, disruption of a friend in need of helpful
- 2022-01-26 02:46:27下载
- 积分:1
-
dsp2812例程
很好的例程
包含sci 等外设
module i2c_master_model (scl, sda);
inout scl;
inout sda;
parameter slave_addr_reg = 7"b0110101; //slave addr
int i;
reg R_scl = 1"bz;
reg R_sda = 1"bz;
reg clk = 0;
always #(1329.1125) clk = !clk;
assign scl = R_scl;
assign sda = R_sda;
- 2022-08-04 02:55:17下载
- 积分:1
-
Web服务器在读写器
WebServer on LPC2364
- 2023-05-11 16:50:04下载
- 积分:1
-
LCD odometer driver circuit procedures. ICCAVR development. Use ATMEGA8, develop...
LCD里程表驱动电路程序。ICCAVR开发。使用ATMEGA8,开发人:wgjflodf d-LCD odometer driver circuit procedures. ICCAVR development. Use ATMEGA8, developers: wgjflodf d
- 2022-02-07 00:17:26下载
- 积分:1
-
源代码是一个音乐播放器的TMSF2812语言,已测试
本源代码是用c语言编写的一个TMSF2812的music播放程序,已经经过测试-source code c is a language of the TMSF2812 music player, have been tested
- 2023-06-14 10:30:03下载
- 积分:1
-
ARM
ARM-Based Product U-Boot.pdf(英文文章,讲解了Uboot的功能、原理,并且详细介绍了uboot的详细使用方法,在超级终端下面开发程序和引导操作系统的详细步骤)-ARM-Based Product U-Boot.pdf (English articles on the functions of the Uboot, principle and the details uboot the detailed use of the Super Terminal following procedures and guide the development of the operating system steps in detail)
- 2023-07-15 07:35:03下载
- 积分:1
-
wARM兼容ARM7TDMI指令集,体系结构和nnARM相同,下载后可以直接仿真...
wARM兼容ARM7TDMI指令集,体系结构和nnARM相同,下载后可以直接仿真-wARM ARM7TDMI compatible instruction set, architecture and nnARM same, After downloading directly Simulation
- 2023-01-22 20:15:04下载
- 积分:1
-
基于STM8s的3D打印笔程序
本例程是基于STM8S的3D打印笔的控制程序。打印笔的工作状态分为3个模式:初始上电模式/预加热模式/工作模式。各个模式下对应不同的LED灯点亮状态。STM8S通过AD采集NTC温度值,对加热圈进行温度控制。同时,AD采集滑动电位器的电阻值,对直流电机的转速进行控制。
- 2022-04-18 02:57:49下载
- 积分:1