This Post marks the beginning of our quest to develop a simple Music player. SD stands for Secure digital and these small devices have been around for a while now. They contain flash memory and a memory controller which is given instruction by the main MCU. So our main objective here is to understand how sd cards work and how to interface them with a microcontroller. As to understand the working of SD card we need to dive into the world of transistors and bits! The Sd card contains solid-state memory also known as the flash memory which is a type of EEPROM i.e Electronically Erasable Programmable Read Only Memory . Flash memory stores information in an array of memory cells made from floating-gate transistors . These transistors are used in different topologies as to store each bit. We will not program each bit individually as it will be time-consuming as well as an inefficient way to store the data. As to move to a higher level of abstraction, we need a way to ...
Electrovate is a blog designed for electronics enthusiasts and contains exciting projects based in the Embedded Systems realm. It is an open collection of some of my projects and can be implemented by whoever finds it useful.

Comments
Post a Comment