-
介绍nand flash 编程的一篇非常好的文献,想学习的快来下吧
介绍nand flash 编程的一篇非常好的文献,想学习的快来下吧-Nand flash programming introduce a very good literature, I would like to learn Come, are you
- 2022-08-08 12:13:05下载
- 积分:1
-
keil MDK对ARM Cortex
keil MDK对ARM Cortex-M3的例程-keil MDK for ARM Cortex-M3 of the routine
- 2023-02-21 21:40:04下载
- 积分:1
-
Application thermometer for atmega128 on IAR, real work.
Application thermometer for atmega128 on IAR, real work.
- 2022-07-15 15:45:01下载
- 积分:1
-
ADS在线调试接口for wiggler.rar是一个完整的arm 调试工具包,是学习arm的一个很好的简易调试工具。...
ADS在线调试接口for wiggler.rar是一个完整的arm 调试工具包,是学习arm的一个很好的简易调试工具。-ADS online interface for debugging wiggler.rar is a complete arm debugging tool kit, learning arm is a good summary debugging tools.
- 2022-03-11 00:49:59下载
- 积分:1
-
LPC2300系列ARM的GPIO使用说明,包括GPIO口的用途以及如何使用!
LPC2300系列ARM的GPIO使用说明,包括GPIO口的用途以及如何使用!-LPC2300 family of ARM using the GPIO, including the use of GPIO port as well as how to use!
- 2022-02-07 11:40:46下载
- 积分: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
-
三星arm内核微处理器44b0的串口调试程序
三星arm内核微处理器44b0的串口调试程序-Samsung arm-core microprocessor 44b0 serial debugger
- 2022-05-05 01:25:12下载
- 积分:1
-
电阻调试程序,用于自动量程切换的折算因子校正!
电阻调试程序,用于自动量程切换的折算因子校正!-Resistance debugger for automatic range switching commutation factor correction!
- 2022-01-26 07:18:29下载
- 积分:1
-
臂keit程序发展
arm devlop keit program
- 2022-08-18 03:14:56下载
- 积分:1
-
该文档讲述了在开发stm32f10x时所遇到的常见问题及解决方法,是很有用的资料。...
该文档讲述了在开发stm32f10x时所遇到的常见问题及解决方法,是很有用的资料。-This document describes stm32f10x encountered in the development of common problems and solutions, is useful information.
- 2022-02-21 19:24:33下载
- 积分:1