-
arm lpc2300 uart实例 实现从lpc2300通过uart传数据到主机
arm lpc2300 uart实例 实现从lpc2300通过uart传数据到主机-vura good
- 2022-07-04 18:43:11下载
- 积分:1
-
iic 写入数据测试 有详细的源代码! 希望可以帮助有需要的朋友...
iic 写入数据测试 有详细的源代码! 希望可以帮助有需要的朋友-IIC has a detailed write data to test the source code! Hope that we can to help those in need Friend
- 2022-04-29 08:35:00下载
- 积分:1
-
触摸屏移植,建立于s3c2410的基础上
触摸屏移植,建立于s3c2410的基础上-Touchscreen transplants, built on the basis of s3c2410
- 2023-06-13 12:05:03下载
- 积分:1
-
本源码是关于1602液晶模块的驱动,开发工具是CodeWarrior for ARM Developer Suite即ADS...
本源码是关于1602液晶模块的驱动,开发工具是CodeWarrior for ARM Developer Suite即ADS-This source is about the 1602 LCD driver module, development tools are CodeWarrior for ARM Developer Suite that ADS
- 2023-02-23 19:55:03下载
- 积分:1
-
三星单
Samsung Single-chip Principle不是本人的-Samsung Single-chip Principle is not my
- 2023-01-17 04:45:04下载
- 积分:1
-
基于AT89C51使用ADC0832进行模数转换和显示。使用proteus+keil,有仿真原理图和C程序。...
基于AT89C51使用ADC0832进行模数转换和显示。使用proteus+keil,有仿真原理图和C程序。-Based on AT89C51 using the ADC0832 analog to digital conversion and display. Use proteus+ keil, a simulation schematic diagram and C programs.
- 2022-01-25 16:30:16下载
- 积分:1
-
循迹小车的初步代码
飞思卡尔为基础的循迹小车的原创代码,其中使用了超声波模块和nokia5110的液晶模块,实现了超声波测距以及液晶显示距离的实现等功能,虽然并不困难,但是希望和大家交流其中技巧,欢迎各个同学讨论研究
- 2023-05-23 19:50:03下载
- 积分:1
-
Development board in the bare board s3c2440 simulation soft interrupt handling p...
在s3c2440开发板裸板上模拟软中断处理程序,处理程序中是对LED灯的控制。-Development board in the bare board s3c2440 simulation soft interrupt handling procedures, the processing procedure is the control of LED lights.
- 2022-09-19 23:10:03下载
- 积分: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编译工作所找到的源代码工具,放到这里方便他人使用。...
这是我刚开始学习嵌入式ARM编译工作所找到的源代码工具,放到这里方便他人使用。-This is the beginning of my learning embedded ARM compiler work to find the source code tools, put here to facilitate use by others.
- 2022-03-16 04:49:48下载
- 积分:1