技术专题更多
TI 最新直播、研讨会视频回顾
满满干货,随时免费观看!
社区精华更多
国产以太网控制器CH390h试用体验----替代W5500
前言 W5500是一款集成了TCP/IP协议栈的以太网控制器,广泛用于嵌入式系统中,以实现网络通信功能。它通 ...
最新
CuteFTP使用说明及IP地址设置
CuteFTP使用说明及IP地址设置 1、CuteFTP在WINDOWS中的存储目录 D: CuteFTP S3C6410_TestFiles CuteFTP在LINUX中的存储目录 root S3C6410_TestFiles2...
关键字: CuteFTP 使用说明 IP地址设置
发布时间:2016-04-05
NOR、NAND Flash启动解析
NOR、NAND Flash启动解析 1、JZ2440采用NOR Flash启动NOR启动时0地址位于NOR Flash中,对应BNAK0,CPU直接从NOR Flash的0地址运行程序,把代码直接从NOR Flash拷...
关键字: NOR NAND Flash 启动解析
发布时间:2016-04-05
arm汇编语言中bne 1b是什么意思
bne - branch if nemachines: basesyntax: bne $soffset8format: 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0f-op4f-co...
关键字: arm 汇编语言 bne 1b
发布时间:2016-04-05
s3c2440硬件篇之一:GPIO
s3c2440硬件篇之一:GPIO S3C2440共有130个I O 端口,共分为GPA,GPB, ,GPJ 对于这几组GPIO引脚,他们的寄存器是相似的:GPxCON:用于配置(configure),选择引脚的功...
关键字: s3c2440 硬件 GPIO
发布时间:2016-04-05
arm中的PLL,MPLL,UPLL,FCLK,HCLK,PCLK的作用概述
前言: 不同公司,不同等级的ARM架构也是有许多共同的地方,因此以最为广泛使用的2440为实例讲解。一,PLLS3C2440 CPU主频可达400MHz,...
关键字: arm PLL MPLL UPLL FCLK HCLK PCLK
发布时间:2016-04-05
字符设备驱动-LED实验
驱动源码: include include include include include include include include include includeint major;static struct class *leddr...
关键字: 字符设备驱动 LED实验
发布时间:2016-04-05
字符设备驱动-利用次设备号实现多路LED控制
驱动源码: include includeint major;int minor = 0;static struct class *leddrv_class;static struct class_device *leddrv...
关键字: 字符设 次设备号 LED控制
发布时间:2016-04-05
字符设备驱动-按键驱动
驱动源码: include "linux module h" include"linux kernel h" include"linux fs h" include"linux init h" include"linux delay h" incl...
关键字: 字符设备 按键驱动
发布时间:2016-04-05
字符设备驱动-初级篇按键中断程序驱动
驱动源码: include "linux module h" include"linux kernel h" include"linux fs h" include"linux init h" include"linux delay h" incl...
关键字: 字符设备驱动 按键中断 程序驱动
发布时间:2016-04-05
字符设备驱动-高级篇按键中断程序驱动
驱动源码: include "linux module h" include"linux kernel h" include"linux fs h" include"linux init h" include"linux delay h" incl...
关键字: 字符设备驱动 按键中断 程序驱动
发布时间:2016-04-01
字符设备驱动程序之poll机制
字符设备驱动程序之poll机制 驱动源码: include "linux module h" include"linux kernel h" include"linux fs h" include"linux init h" include"linux delay h" incl...
关键字: 字符设备 驱动程序 poll机制
发布时间:2016-04-01
字符设备驱动程序之异步通知
驱动源码: include "linux module h" include "linux kernel h" include "linux fs h" include "linux init h" include "linux delay...
关键字: 字符设备 驱动程序 异步通知
发布时间:2016-04-01
按键驱动--定时器消抖
驱动源码: include "linux module h" include "linux kernel h" include "linux fs h" include "linux init h" include "linux delay...
关键字: 按键驱动 定时器消抖
发布时间:2016-04-01
LCD驱动(输入子系统)
include linux module h includelinux kernel h includelinux errno h includelinux string h includelinux mm h includelinux slab h in...
关键字: LCD驱动 输入子系统
发布时间:2016-04-01
触摸屏驱动程序(输入子系统)
触摸屏驱动程序(输入子系统) include "linux errno h" include"linux kernel h" include"linux module h" include"linux slab h" include"linux input h" include"lin...
关键字: 触摸屏 驱动程序 输入子系统
发布时间:2016-04-01
块设备驱动程序的编写驱动之用内存模拟磁盘
块设备驱动程序的编写驱动之用内存模拟磁盘 参考: drivers block xd c drivers block z2ram c include "linux module h" include "linux errno h" include "linux interr...
关键字: 块设备 驱动程序 内存模拟磁盘
发布时间:2016-04-01
USB设备驱动程序
USB设备驱动程序 drivers hid usbhid usbmouse c include "linux kernel h" include "linux slab h" include "linux module h" include "linux init...
关键字: USB设备 驱动程序
发布时间:2016-04-01
NAND FLASH驱动程序
参考* drivers mtd nand s3c2410 c* drivers mtd nand at91_nand c include "linux module h" include "linux types h" include...
关键字: NAND FLASH 驱动程序
发布时间:2016-04-01
NOR FLASH驱动程序
参考 drivers mtd maps physmap c include "linux module h" include "linux types h" include "linux kernel h" include "li...
关键字: NOR FLASH 驱动程序
发布时间:2016-04-01
DMA操作驱动
驱动源码: include "linux module h" include "linux kernel h" include "linux fs h" include "linux init h" include "linux delay...
关键字: DMA 操作驱动
发布时间:2016-04-01
小广播
设计资源 培训 开发板 精华推荐

何立民专栏 单片机及嵌入式宝典

北京航空航天大学教授,20余年来致力于单片机与嵌入式系统推广工作。

更多可能感兴趣器件
电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved