In the era of copycat phones, many young people may not be familiar with the fact that a SD card is installed on the phone for storage expansion. The current smartphones will have an EMMC chip soldered on the PCB board for large-capacity data storage, which is much more secure. If the phone is lost, there is no need to worry about the leakage of photos or data.
1. EMMC Features
- Compliant with JEDEC/MMC Standard Version 5.0
- Advanced 12-signal interface
- x1, x4 and x8 I/O, selectable by host
-SDR/DDR mode, up to 52MHz clock speed
-HS200/HS400 mode
-Command class: class 0 (basic); class 2 (blockread); class 4 (block write); class 5 (erase); class 6 (write protection); class 7 (lock card)
Follow the WeChat public account and reply “EMMC information” to download the chip manual package for free.
2. Block diagram, MMC controller and NAND storage;
3. MMC model parameters, corresponding selection table
4. Pin Description
Some pins marked with shading are valid pins, and other pins are left floating;
After reading the above, does the pin introduction feel very similar to that of an SD card? Yes, including the control commands, it is the same as an SD card, just treat it as an SD card and it will be OK;
5. Functional block diagram
Just deal with the above registers.
6. Hardware wiring diagram reference: 8-wire data transmission, fast speed;
7. Device Tree
mmc0: mmc@f0000000 {
u-boot,dm-pre-reloc;
pinctrl-0 = <&pinctrl_mmc0_clk_cmd_dat0 &pinctrl_mmc0_dat1_3
&pinctrl_mmc0_dat4_7 &pinctrl_mmc0_cd>; //IO pin definition, please refer to the hardware schematic diagram for details
vmmc-supply = <&vcc_mmc0_reg>; //Controller used
vqmmc-supply = <&vcc_3v3_reg>;
status = "okay";
slot@0 {
reg = <0>;
bus-width = <8>; //The number of data lines must be correct
cd-gpios = <&pioE 0 GPIO_ACTIVE_LOW>; //
};
};
8. Usage Summary
EMMC chips, I have used Samsung chips, as well as some domestic EMMCs, all have a common feature, that is, the models are updated very quickly. After a few months, it is found that the chips from the previous batch are no longer available and are no longer in production. Here I would like to remind you that if you use EMMC to make products, it is best to stock more, or compare the parameters in the selection to find manufacturers and models with better replacement.
Previous article:[linux kernel] Kernel transplant process record
Next article:[Linux bottom layer] U-boot ksz8081 network driver debugging
- Popular Resources
- Popular amplifiers
- Naxin Micro and Xinxian jointly launched the NS800RT series of real-time control MCUs
- How to learn embedded systems based on ARM platform
- Summary of jffs2_scan_eraseblock issues
- Application of SPCOMM Control in Serial Communication of Delphi7.0
- Using TComm component to realize serial communication in Delphi environment
- Bar chart code for embedded development practices
- Embedded Development Learning (10)
- Embedded Development Learning (8)
- Embedded Development Learning (6)
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
- Intel promotes AI with multi-dimensional efforts in technology, application, and ecology
- ChinaJoy Qualcomm Snapdragon Theme Pavilion takes you to experience the new changes in digital entertainment in the 5G era
- Infineon's latest generation IGBT technology platform enables precise control of speed and position
- Two test methods for LED lighting life
- Don't Let Lightning Induced Surges Scare You
- Application of brushless motor controller ML4425/4426
- Easy identification of LED power supply quality
- World's first integrated photovoltaic solar system completed in Israel
- Sliding window mean filter for avr microcontroller AD conversion
- What does call mean in the detailed explanation of ABB robot programming instructions?
- STMicroelectronics discloses its 2027-2028 financial model and path to achieve its 2030 goals
- 2024 China Automotive Charging and Battery Swapping Ecosystem Conference held in Taiyuan
- State-owned enterprises team up to invest in solid-state battery giant
- The evolution of electronic and electrical architecture is accelerating
- The first! National Automotive Chip Quality Inspection Center established
- BYD releases self-developed automotive chip using 4nm process, with a running score of up to 1.15 million
- GEODNET launches GEO-PULSE, a car GPS navigation device
- Should Chinese car companies develop their own high-computing chips?
- Infineon and Siemens combine embedded automotive software platform with microcontrollers to provide the necessary functions for next-generation SDVs
- Continental launches invisible biometric sensor display to monitor passengers' vital signs
- How to complete a waveform analyzer based on 51 single chip microcomputer
- "Core" ecosystem, "Assist" security, "Connect" the future. Registration for the 2021 STM32 China Summit and Fan Carnival is now open!
- Of these four levels of PCB engineers, what level have you reached?
- Critical issues with naked code
- Please tell me the role of these two resistors in the circuit
- Is the naked-eye 3D large screen also made of light-emitting diodes (LED)? What is the principle?
- Comparison of TI's tms320 series DSP
- Playing with Zynq Serial 45——[ex64] Image Laplace Sharpening Processing of MT9V034 Camera
- New employee: I am the most idle person in the company, so my boss assigned me to write the bootloader
- Mobile Phone RF Design Skills