-
ARM9 EP9315原理图和电路板
ARM9 EP9315原理图和电路板-DXP2006:TFT,VGA,RTC,ETHERNET,RS485,etc.-EP9315,DXP2006
- 2022-01-25 23:16:16下载
- 积分:1
-
Arm指令的全中文资料
Arm指令的全中文资料-Arm-wide directive Chinese data
- 2022-02-01 14:59:23下载
- 积分: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
-
8051程序员,编程ISP单片机AT89S51,例如,…
8051 programmer, to program any ISP microcontroller, for example Atmel AT89S51, AT89S52, etc
- 2023-01-28 17:10:04下载
- 积分:1
-
ARM编程技术,对ARM结构,指令有详细介绍,觉得不错请下载
ARM编程技术,对ARM结构,指令有详细介绍,觉得不错请下载-ARM programming technology, the ARM structure, detailed instructions, please download think it"s good
- 2022-05-09 08:45:53下载
- 积分:1
-
Mini STM32 示例代码
使用 min stm32 模块样品代码
SD card,USB,LED,ENC,CAn,SYSTIC,ADC,LCD,vb.
STM32 ucOS II V2.86 uCGUI 3.9 演示
- 2022-08-16 02:02:10下载
- 积分:1
-
Integrated dual
双CPU BOOTLOADER 综合实验,不用烧写工具 将.out文件转换成.hex文件烧写到flash里-Integrated dual-CPU BOOTLOADER experiments, no programmer tools. Out files to convert. Hex file to the flash programmer in
- 2022-03-15 13:31:03下载
- 积分:1
-
有用的时候,开发商采用ARM7接口HID像USB键盘设备
useful when developer using ARM7 to interface HID devices like USB Keyboard-AT91SAM7SE test code for HID devices like USB keyboard for IAR platform
- 2022-06-12 19:48:18下载
- 积分:1
-
s344b0 mp3 FOSS
s344b0的mp3源码-s344b0 mp3 FOSS
- 2023-02-01 12:15:04下载
- 积分:1
-
一个网卡的应用,基于kb9202开发板,SOC是atmel的at91,实现了ICMP和ARP协议,IP太繁,实现个缩水版的又没有意思...
一个网卡的应用,基于kb9202开发板,SOC是atmel的at91,实现了ICMP和ARP协议,IP太繁,实现个缩水版的又没有意思-a card applications, based on kb9202 Development Board, the SOC is atmel at91. Implementation of ICMP and ARP, IP is too complex and achieve a shrunken version of the formula interesting
- 2022-10-20 15:25:03下载
- 积分:1