-
嵌入式S3C2440内部RTC程序员
可以实现年月日时分秒星期等的读取和写入,并使用串口形式以送到电脑上显示。可以适当修改就可移植到其它方面应用,比如结合LCD就可以显示。
- 2022-08-22 00:19:41下载
- 积分:1
-
X270 schematics SB
SB-X270 schematics SB-PXA270 的原理图-SB-X270 schematics SB-PXA270 the diagram!
- 2022-01-31 13:18:21下载
- 积分:1
-
IIC总线协议,郭天祥视频教程的资料
IIC总线协议,郭天祥视频教程的资料-IIC bus protocol, the information郭天祥video tutorial
- 2022-07-25 11:12:51下载
- 积分:1
-
This is the week of meritorious service
这是周立功的《深入浅出arm7》的书的pdf,包括上下两册,供初学者使用。-This is the week of meritorious service
- 2023-03-15 21:35:04下载
- 积分:1
-
飞利浦公司uCOS
飞利浦公司uCOS-II_LPC2000.移植源代码-Philips uCOS-II_LPC2000. Transplant source code
- 2022-07-22 05:16:06下载
- 积分:1
-
基于三星44b0的nandflash程序,包括基本操作
基于三星44b0的nandflash程序,包括基本操作-Based on Samsung 44b0 of the NANDFLASH procedures, including basic operation
- 2022-08-18 15:35:37下载
- 积分:1
-
在S3C2410A开发板上装有LINUX系统.
实现智能小车能自主地在平地行驶,能躲避一定高度和大小的障碍物。
下一目标:
优化行走算法、行走路线预...
在S3C2410A开发板上装有LINUX系统.
实现智能小车能自主地在平地行驶,能躲避一定高度和大小的障碍物。
下一目标:
优化行走算法、行走路线预测、自选行走路线等。
加入编码轮,实现PID
-S3C2410A development board equipped with the LINUX system. The realization of intelligent autonomous vehicle can be driven in the ground to avoid a certain height and size of obstructions. Next goal: to optimize walking algorithm routes forecasts, such as video-on-demand routes. Adding code wheel to achieve PID
- 2022-02-26 12:53:55下载
- 积分:1
-
isp116x_strongarm_wince_instalguide
ISP116X_STRONGARM_WINCE_INSTALGUIDE-01.rar
- 2023-09-05 17:30:03下载
- 积分:1
-
4*4键盘控制程序
//分三个部分,数字键部分,小数点,方向键部分,功能键(ok)部分。可以在不同的页面调//
//用相应的功能实现菜单操作。 方向键部...
4*4键盘控制程序
//分三个部分,数字键部分,小数点,方向键部分,功能键(ok)部分。可以在不同的页面调//
//用相应的功能实现菜单操作。 方向键部分/////////////////////////////////////
//无返回值,无输入参数,用到全局变量page_number,xposition,yposition,scroll_value//
-4* 4 keyboard control program// is divided into three parts, part number keys, decimal point, the arrow keys of the function keys (ok) part. Can be adjusted in different page//// using the corresponding menu realize the functions of the operation. Part of the arrow keys /////////////////////////////////////// no return value, no input parameters, use global variables page_number, xposition, yposition, scroll_value//
- 2023-07-26 03:05:04下载
- 积分: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