当前位置:网站首页>黑猫带你学eMMC协议第26篇:eMMC的硬件复位操作(H/W reset)
黑猫带你学eMMC协议第26篇:eMMC的硬件复位操作(H/W reset)
2022-07-28 11:53:00 【黑猫学长呀】
本文依据eMMC JEDEC5.1及个人工作经验整理而成,如有错误请留言。
文章为个人辛苦整理,付费内容,禁止私自转载。
文章所在专栏:《黑猫带你学:eMMC协议详解》
1 概述
什么是硬件复位?
硬件复位就是使用一个特殊硬件信号(这个信号在RST_n这根实实在在的物理线路上传输)将emmc复位到pre-idle state,而不需要使用cmd0或者power cycle讲emmc复位到pre-idle state。
如何进行硬件复位?
1、设置RST_n_FUNCTION [162]为1,使emmc支持硬件复位。
2、硬件复位在开始上电时候就要拉高,然后可以进行其他操作,在需要进行复位的时候进行拉低一段时间(这一段时间就是tRSTW,这段时间是有要求的,不能小于某一段值),然后再拉高即可。设备内部检测到上升沿,就开始进行复位序列。
边栏推荐
- 试用copilot过程中问题解决
- Fundamentals of machine learning - principal component analysis pca-16
- JSP自定义标签之自定义分页标签02
- Machine learning practice - neural network-21
- LeetCode394 字符串解码
- Block reversal (summer vacation daily question 7)
- Unity installs the device simulator
- 机器学习实战-神经网络-21
- 大模型哪家强?OpenBMB发布BMList给你答案!
- Leetcode: array
猜你喜欢

Code layered management of interface testing based on RF framework

Fundamentals of machine learning - principal component analysis pca-16

Ruan Bonan of Green Alliance Technology: cloud native security from the open source shooting range

苏黎世联邦理工学院 | 具有可变形注意Transformer 的基于参考的图像超分辨率(ECCV2022))

机器学习实战-逻辑回归-19

云原生—运行时环境

机器学习基础-主成分分析PCA-16

Unity installs the device simulator

Installation and reinstallation of win11 system graphic version tutorial

How to view win11 system and reserved space?
随机推荐
Multiple items on a computer share a public-private key pair to pull the Gerrit server code
[June 28 event preview] low code Summit
Solution to the binary tree problem of niuke.com
合并表格行---三层for循环遍历数据
STM32 Development Notes - experience sharing
LeetCode 移除元素&移动零
Code layered management of interface testing based on RF framework
IO流再回顾,深入理解序列化和反序列化
Problem solving during copilot trial
Machine learning practice - neural network-21
Low code: reduce technical capability requirements and improve software development efficiency
LeetCode206 反转链表
Leetcode 1518. wine change
Leetcode394 string decoding
【嵌入式C基础】第5篇:原码/反码/补码
Interface control telerik UI for WPF - how to use radspreadsheet to record or comment
Jetpack 全家桶之 LiveData 使用及源码篇
Vs code is not in its original position after being updated
快速读入
Redefinition problem of defining int i variable in C for loop