-
基于AT91SAM7_256的嵌入式系统的Flash编程算法
基于AT91SAM7_256的嵌入式系统的Flash编程算法-AT91SAM7_256 of embedded systems based on the Flash programming algorithm
- 2022-01-26 01:27:09下载
- 积分:1
-
很不错的资料。给打大家共享
很不错的资料。给打大家共享-very good information. To beat up share
- 2023-06-20 21:10:02下载
- 积分:1
-
2440开发板上的LED测试程序,有参考价值!
2440开发板上的LED测试程序,有参考价值!-2440 development board LED test procedure, a reference value!
- 2022-03-17 22:55:22下载
- 积分:1
-
这是一个不到2000行的操作系统,巧妙地利用ARM9 CPU的内存管理单元(MMU)实现进程的切换。ARM9的4G虚拟地址可分成128个进程空间,每个32M。虽...
这是一个不到2000行的操作系统,巧妙地利用ARM9 CPU的内存管理单元(MMU)实现进程的切换。ARM9的4G虚拟地址可分成128个进程空间,每个32M。虽然它们的虚拟地址(VA)都是0-(32M-1),但是对应的MVA(Modified vitual address,由虚拟地址VA和进程号PID组合而来)不一样,设置MVA对应的页表指向不同物理地址就可以很方便地让各进程运行空间相互隔开。代码很少,注释丰富,希望能对想理解操作系统、了解ARM体系结构的朋友有所帮助。
-This is a trip of less than 2000 operating system, cleverly using ARM9 CPU memory management unit (MMU) to achieve the switching process. ARM9 4G virtual address can be divided into 128 process space, each 32M. While their virtual address (VA) are 0- (32M-1), but the corresponding MVA (Modified Virtual address, and by the virtual address VA and the process of portfolio from PID) not the same, set MVA corresponding page table at the different physical address can be very easy to let the the process of separating the mutual operation of space. Code rarely Notes rich, in hopes of understanding the operating system, understanding the ARM architecture friends help.
- 2023-01-15 10:50:03下载
- 积分:1
-
SD卡在臂
在Arm源代码中使用SD卡,源代码用keil编译器编写,
- 2022-11-29 11:45:03下载
- 积分:1
-
paraller读和写
要读取和写入在并行模式下的代码。通过这一个你能够精细一些 flash 或一些项目的更多事情的更多事情。如何过如果你有关于手臂或 avr 的项目,希望可以帮助你。
- 2023-06-05 06:50:03下载
- 积分:1
-
舵机(arm)
嵌入式arm舵机控制程序,可以控制舵机完成0-180的来回旋转,嵌入式arm舵机控制程序,可以控制舵机完成0-180的来回旋转,嵌入式arm舵机控制程序,可以控制舵机完成0-180的来回旋转
- 2022-03-31 15:31:04下载
- 积分:1
-
luminary 厂家的Stellaris LM3S8962 Evaluation Board 用户手册
luminary 厂家的Stellaris LM3S8962 Evaluation Board 用户手册-luminary manufacturers Stellaris LM3S8962 Evaluation Board User Manual
- 2022-02-09 11:08:21下载
- 积分:1
-
EMC Engineering Series LPC23XX file plus source code, can be used directly.
LPC23XX系列EMC工程文件加源代码,直接可用。-EMC Engineering Series LPC23XX file plus source code, can be used directly.
- 2022-03-03 15:48:47下载
- 积分:1
-
电子密码锁程序
//2013.10.05 电子密码锁的设计 要求如下:
//事先设置初始密码为910108,上电时数码管全为------,,按下S10开始输入6位密码
//如果输入的6位密码与预先设置的密码相同,则发光二极管全部亮,数码管显示GOOD;如果输入错误则蜂鸣器报警,并且8个LED发光二极管全部暗,数码管显示ERROR。
#include
#define uchar unsigned char
sbit dula=P2^6;
sbit wela=P2^7;
sbit beep=P2^3;
sbit p1_0=P1^0;
sbit p1_1=P1^1;
sbit p1_2=P1^2;
sbit p1_3=P1^3;
sbit p1_4=P1^4;
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-19 09:54:39下载
- 积分:1