T. E. Lawrence was a controversial figure during World War I. He was a British officer who served in the Arabian theater and led a group of Arab nationals in guerilla strikes against the Ottoman Empir...
分类:
其他好文 时间:
2014-05-18 15:17:29
阅读次数:
316
一、STM32外部中断1、STM32外部中断结构图 如上图所示:
主要包括四个环节,GPIO、AFIO、EXTI、NVIC。2、STM32外部中断软件配置步骤① 配置NVIC控制器② 使能GPIO和AFIO时钟 ③ 配置GPIO
(复用功能的输入输出配置)④ 配置AFIO (选定要配置为EXTI.....
分类:
其他好文 时间:
2014-05-16 05:59:34
阅读次数:
565
1.驱动程序led.c#include #include #include #include
#include #include #include #include #include #include #include #include #include
#include #define LIGH....
分类:
系统相关 时间:
2014-05-15 10:16:13
阅读次数:
571
The modernization of world had led to coming of
many businesses online. Businesses have realized the importance of coming up
online. That is the main ...
分类:
其他好文 时间:
2014-05-15 10:14:55
阅读次数:
364
在不同版本的内核源码上,头文件所在的位置是不同的,比如说在#include#include同样是regs-gpio.h,是在比较低的版本(比如2.6.25)上位于arch/arm/include/asm中,而mach/regs-gpio.h则是位于arch/arm/mach-s3c2410/incl...
分类:
系统相关 时间:
2014-05-15 07:52:54
阅读次数:
480
最近在做关于能耗方面的测试,看了一个月时间的论文,终于找到了一些新的思路,但是一个问题出现了,以至于
工作无法再进行下去。
在Android手机中,对于手机中的每个部件(cpu、led、gps、3g等等)运行时对应的能耗值都放power_profile.xml
文件中,而且系统的 设置-->电池-->使用情况中,统计的能耗的使用情况也是以power_profile.xml的va...
分类:
移动开发 时间:
2014-05-11 18:38:58
阅读次数:
447
rpm -e --nodeps
java-1.4.2-gcj-compat-1.4.2.0-40jpp.115即可解决
分类:
其他好文 时间:
2014-05-11 17:28:24
阅读次数:
250
typedef enum
//{
// GPIO_PIN_0 = ((u8)0x01), /*!
// GPIO_PIN_1 = ((u8)0x02), /*!
// GPIO_PIN_2 = ((u8)0x04), /*!
// GPIO_PIN_3 = ((u8)0x08), /*!
// GPIO_PIN_4 = ((u8)0x1...
分类:
其他好文 时间:
2014-05-11 07:10:01
阅读次数:
517
1.usb能够进行基本的工作,包括基本的GPIO的配置。寄存器地址的设定。中断的设定。
设定好了以后要求能够进行最基本的usb的功能,比如U盘
2.需要一些文件节点来控制该usb host
驱动,以及相应的节点读写寄存器,方便调试的文件节点。
2.USB enumeration的稳定性。要求每次enumeration都要成功。
isp1763就发现有些modem卡不能enum...
分类:
其他好文 时间:
2014-05-09 21:47:44
阅读次数:
355