- 1、本文档共12页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
arm第一天笔记(Arms first day notes)
arm第一天笔记(Arms first day notes)
The corresponding relationship between [1] software and hardware
Software: 0 and 1
Circuit: low level and high level
Semiconductor: conduction or cutoff
Software and chip interface: Register
[2] diode:
(1) - unidirectional conduction rectifier
(2) - reverse breakdown voltage regulator tube
(3) - LED luminescence properties
(4) - RAM capacitance characteristics
[3]RAM classification
(1) DRAM software ---- ---- refresh to use memory initialization
(2) SRAM - IRAM/cache, the direct use of hardware refresh
The switching characteristics of [4] transistor
(1) resolution NPN and PNP
Methods: see arrow: P--N, counterclockwise reading
(2) control logic
Type NPN: level triode high in B, with a low level cutoff (B to P)
Type PNP: low level triode in B tube conduction, and low cut-off (Gaoping B very N)
The switching characteristics of [4]MOS tube
(1) resolution of N channel and P channel
Methods: see arrow: P--N, take the first letter
(2) control logic
N channel: in G high level triode with low level cutoff (G to P)
P channel: low level triode in G tube conduction, and low cut-off (Gaoping G very N)
(3) the triode is flow control, pressure control is MOS. Voltage controlled energy.
[5] and or gate circuit
Gate: 0 - 0 in circuit breaker
Gate: 1 - 1 in case of short circuit
A: take back
[6] operation register
(1) to prevent other bits of the register
(2) C language instruction | ~ ^
(3) and the 0 formula: 0, 1 or 1, or inverted, the other unchanged
Examples: int a;
On the sixth a for 0 a = (~ (16)); //a 0xffffffbf =
On the sixth a for 1 a |= (16); //a 0x40 |=
Sixth the A for anti a ^ (16); //a ^ 0x40
Exercise: write macros with arguments, to register x y position 0, to register x y position 1
To register x y position 0: #define (x, y) (clrbit (x) = (~ (1 (y))))
To register x y position 1: #define (x, y) (setbit (x) |= (1 (y)))
Clrbit (a, 6); (I = (~ (a) (1 (6))));
[7] computer principle part
1. input device
2. output device
3. memory
4. operator
5
您可能关注的文档
- 50个脑筋急转弯大全及答案(50 heads and answers).doc
- 54-公文处理系统应用中常见问题(Common problems in the application of 54- document processing system).doc
- 54-篮球课教案(54- basketball lesson plan).doc
- 56个插件档(56 plug-in files).doc
- 568b水晶头接法(568B crystal head method).doc
- 5800万能程序,平曲线+竖曲线+隧道超欠挖(积木法)(5800 universal program, horizontal curve + vertical curve + tunnel over excavation (building block method)).doc
- 5800正反算及隧道超欠挖(5800 positive and negative calculation and over over excavation of tunnel).doc
- 5d20机芯故障(5d20 movement failure).doc
- 5d2拍摄低成本电影及高质量广告的优势与拍摄技巧(5D2 shooting low cost films and high quality advertising advantages and shooting skills).doc
- 5kv飞蛾亭至六祖至里洞线路改造工程可研、勘察设计(5kV booth to sixth hole in the moth to line reconstruction project feasibility study, survey and design).doc
- 小学科学:ESP8266智能插座电路原理与动手实践研究教学研究课题报告.docx
- 《金融开放浪潮下我国多层次监管体系构建与创新研究》教学研究课题报告.docx
- 区域教育质量监测中人工智能应用的数据质量分析与优化策略教学研究课题报告.docx
- 《金融科技监管中的数据治理与合规性要求》教学研究课题报告.docx
- 《3D打印技术在航空航天领域中的多材料制造与复合材料应用》教学研究课题报告.docx
- 《绿色金融发展中的政府职能与市场机制研究》教学研究课题报告.docx
- 《植物工厂多层立体栽培光环境调控技术对植物生长发育节律的调控机制探讨》教学研究课题报告.docx
- 销售团队年度业绩总结.docx
- 银行风险管理与金融危机防范.docx
- 银行网络攻击预警与快速响应机制.docx
文档评论(0)