发布时间:2015-12-09 11:36:05
原创文章链接:http://my.oschina.net/fgq611/blog/113249#OSC_h3_1一 调试前的准备二 内核中的bug三 内核调试配置选项1 内核配置2 调试原子操作四 引发bug并打印信息1 BUG()和BUG_ON()2 &nbs.........【阅读全文】
发布时间:2015-11-24 13:49:16
在电子电路中,常可以看到VCC、VDD和VSS三种不同的符号,它们有什么区别呢? 一、解释 VCC:C=circuit 表示电路的意思, 即接入电路的电压; VDD:D=device 表示器件的意思, 即器件内部的工作电压; VSS:S=series 表示公共连接的意思,通常指电路公共接地端电压。 二、说.........【阅读全文】
发布时间:2015-09-07 11:48:58
<div class="entry_title_box" style="margin:0px;padding:10px 0px 0px;border:0px;font-size:13px;font-family:'Microsoft YaHei', 微软雅黑, Arial, 'Lucida Grande', Tahoma, sans-serif;line-height:22px;white-space:normal;background-image:initial;background-attachment:initial;background-size:initial;backgro.........【阅读全文】
发布时间:2015-08-17 11:21:55
<div style="line-height:25.2000007629395px;font-size:14px;font-family:宋体;white-space:normal;margin:0cm 0cm 10pt;background-color:#F6FBFF;"><b><span style="line-height:33.5999984741211px;font-size:14pt;color:red;">U-BOOT</span><b><span style="line-height:33.5999984741211px;font-size:14pt;color:re.........【阅读全文】
发布时间:2015-08-11 10:24:19
<span style="color:#444444;font-family:'Segoe UI', arial;font-size:14px;line-height:21px;white-space:normal;background-color:#FFFFFF;">驱动i2c控制器归根到底是对IIC控制器的寄存器进行读写,因此,理解了linux中是怎样通过层层调用来操作IIC的寄存器,便理解了整个IIC子系统的轮廓。</span><br style="color:#444.........【阅读全文】