BSP Debugging #07: Micro SD Card (Allwinner T527)

BSP Debugging #07: Micro SD Card (Allwinner T527)

Cover ImageIn 2016, Mercedes-Benz once made an advertisement where the deer’s skeleton was clearly visible under the car lights (as shown above). Today’s car lights are bright enough to achieve this level.[Previous Highlights]: Beginner’s Guide: Practical Guide to Adjusting GPU on RK Platform Ubuntu Welcome to follow “Embedded Sharing“, updated weekly! ☞ Main Content Before … Read more

In-Depth Analysis and Technical Practice of the Linux SDIO Driver Framework

In-Depth Analysis and Technical Practice of the Linux SDIO Driver Framework 1 Overview of SDIO Technology and Linux Subsystem Architecture 1.1 Basic Concepts and Technical Background of SDIO SDIO (Secure Digital Input Output) is an input/output interface standard based on the SD (Secure Digital) memory card standard extension. It is physically and electrically compatible with … Read more

Understanding SD Cards in Three Minutes

Understanding SD Cards in Three Minutes

SD The SD card (secure digital card) is a low-cost, non-volatile storage card format developed by the SD Card Association (compared to RAM, data on an SD card is not lost when power is off); With the rapid development of electronic technology in this century, the demand for such medium-sized, energy-efficient, and space-saving storage devices … Read more

Introduction to Common Internal Buses: IIC, IIS, SPI, UART, JTAG, CAN, SDIO, GPIO

Introduction to Common Internal Buses: IIC, IIS, SPI, UART, JTAG, CAN, SDIO, GPIO

▲Click the card above to follow for more information▲ 1IIC IIC (Inter-Integrated Circuit) bus is a two-wire serial bus developed by PHILIPS for connecting microcontrollers and their peripheral devices. The I2C bus transmits information between the bus and devices using two lines (SDA and SCL), allowing for serial communication between microcontrollers and external devices, or … Read more

Understanding SPI, I2C, UART, I2S, GPIO, SDIO, and CAN: Can You Differentiate Them?

Understanding SPI, I2C, UART, I2S, GPIO, SDIO, and CAN: Can You Differentiate Them?

Buses, buses, you always get caught up in them. All signals in this world are the same, but there are thousands of buses, which can be quite a headache. In general, there are three types of buses: internal buses, system buses, and external buses. The internal bus connects various peripheral chips within the microcomputer to … Read more

Detailed Explanation of SD Card Commands

Detailed Explanation of SD Card Commands

We recommend following the public account below to learn more about electronic technology knowledge! 01Introduction to SD Cards SD cards (Secure Digital Memory Card) are a new generation of memory devices based on semiconductor flash memory, developed from MMC. They are widely used in portable devices such as digital cameras, personal digital assistants (PDAs), and … Read more

SD Card? TF Card? Can’t Tell Them Apart?

SD Card? TF Card? Can't Tell Them Apart?

01SD Card SD Card is the abbreviation for Secure Digital Card, which translates directly to “secure digital card.” It is a proprietary non-volatile storage card format developed by the SD Association for portable devices. Due to its small size, fast data transfer speed, and hot-swappable features, it is widely used in portable devices. The standard … Read more

WiFi Module Driver Porting and Debugging Guide

WiFi Module Driver Porting and Debugging Guide

Click on the top“Hardcore Wang Classmate”, select“Pin/Star Public Account” Get the latest benefits and resources Hello everyone, I am Hardcore Wang Classmate. Recently, I have ported an SDIO type WiFi module, and here I will record the porting and debugging process. 1. WiFi Driver Configuration When we have a new WiFi module and need to … Read more

Common Buses: IIC, IIS, SPI, UART, JTAG, CAN, SDIO, GPIO

Common Buses: IIC, IIS, SPI, UART, JTAG, CAN, SDIO, GPIO

IIC IIC (Inter-Integrated Circuit) bus is a two-wire serial bus developed by PHILIPS for connecting microcontrollers and their peripheral devices. The I2C bus transmits information between the bus and devices using two lines (SDA and SCL), enabling serial communication between the microcontroller and external devices or bidirectional data transfer between the master and slave devices. … Read more

Understanding SPI, I2C, UART, I2S, GPIO, SDIO, and CAN

Understanding SPI, I2C, UART, I2S, GPIO, SDIO, and CAN

Bus Buses are everywhere. Signals in this world are the same, but there are thousands of buses, which can be quite confusing. In general, there are three types of buses: internal buses, system buses, and external buses. Internal buses connect various peripheral chips with the processor within a microcomputer; system buses connect plug-in boards with … Read more