-
ARM嵌入式系统
LPC 22xx 存储器映射REMAP实验代码
ARM嵌入式系统
LPC 22xx 存储器映射REMAP实验代码-ARM Embedded System LPC 22xx experimental memory mapping code remap
- 2022-08-22 13:11:36下载
- 积分:1
-
arm7开发的源代码,经典,适合入门参考
arm7开发的源代码,经典,适合入门参考-arm7 development of the source code, classic reference for induction
- 2023-03-13 14:50:04下载
- 积分:1
-
AM23XX温湿度传感器库函数
51单片机温湿度传感器库函数#include "reg52.h"#include //用户根据自己的晶振修改相应值#define FOSC 12000000#define BAUD 9600 //读传感器 端口位定义,可修改sbit Sensor_SDA = P0^0;sbit Sensor_SCL = P0^1;// 变量定义unsigned char Sensor_Data[5]={0x00,0x00,0x00,0x00,0x00};unsigned char Sensor_Check; //校验和unsigned char Sensor_AnswerFlag; //收到起始标志位unsigned char Sensor_ErrorFlag; //读取传感器错误标志unsigned int Sys_CNT;unsigned int Tmp;unsigned char *String;//字符串定义#define S_Temp "Temp:"#define S_RH "RH:"#define S_CRCT "Check: True"#define S_CRCF "Check: Wrong"#define S_Data "Data: "#define S_NotS "Sens
- 2022-12-29 14:30:03下载
- 积分:1
-
M8L to do with low
用M8L做小功率数字功放,音质还算可以了。-M8L to do with low-power digital amplifier, sound quality still can.
- 2022-02-12 12:00:48下载
- 积分:1
-
ARM例程--点亮LED灯
点亮LED灯
整篇文章的结构如下:
一、直接把时钟管理用到的寄存器罗列出来进行分析。
二、对其中的一些原理性的东西做介绍。
三、对于在后面编写串口时会出现的问题注意点提出说明。
四、LED 代码
一、在时钟管理中会用到的寄存器有以下一些。
LOCKTIME,MPLLCON,UPLLCON,CLKCON,CLKSLOW,CLKDIVN,CAMDIVN。
LOCKTIME:是对于配置好锁相环之后需要延时的一段时间,这时为了上锁稳定。其中包括两部分
①U_LTIME:这是UCLK(USB专用的一个时钟)配置好后需要的延时时间。
②M_LTIME:这时FCLK(系统时钟即CPU的频率),HCLK(一些高速设备所用到时钟),PCLK(低速设备所用到的时钟)这
- 2023-03-05 08:15:04下载
- 积分:1
-
介绍了arm的体系结构,汇编指令,寄存器的使用,对于接触arm的初学者来说,是不错的资料...
介绍了arm的体系结构,汇编指令,寄存器的使用,对于接触arm的初学者来说,是不错的资料-Introduced the arm architecture, compilation instructions, the use of registers for the contact arm of the beginners, it is good information
- 2022-01-24 12:38:47下载
- 积分:1
-
The example program of arm processor s3c44b0x
s3c44b0x的样例程序-The example program of arm processor s3c44b0x
- 2022-07-09 01:59:17下载
- 积分:1
-
44B0 AD conversion experiments related to code, very good! Matching the experime...
44B0 AD转换实验相关的代码,很好!配套实验配置手册 44b0.pdf进行学习
-44B0 AD conversion experiments related to code, very good! Matching the experimental configuration to study the manual 44b0.pdf
- 2023-06-03 19:25:02下载
- 积分:1
-
TI OMAP5910(1510)的最简单测试程序,用于
硬件最初的调试,简要文档含环境配置...
TI OMAP5910(1510)的最简单测试程序,用于
硬件最初的调试,简要文档含环境配置-TI OMAP5910 (1510), the most simple test procedure for the initial hardware debugging, summary documents containing environment configuration
- 2022-01-21 00:48:44下载
- 积分:1
-
演示三星2410多个小例程,可以参考参考。。
三星2410的一些DEMO小例程,可以参考参考的-DEMO Samsung 2410 a number of small routines, can refer to reference. .
- 2022-09-05 08:55:06下载
- 积分:1