Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Interfacing SD/MMC Card with LPC2138??

Status
Not open for further replies.

xpress_embedo

Advanced Member level 4
Joined
Jul 5, 2011
Messages
1,154
Helped
161
Reputation
396
Reaction score
189
Trophy points
1,353
Location
India
Activity points
10,591
Hello!!! I am newbie with ARM Controllers and has started with LPC2138 and LPC2148.
LPC2138 is available in proteus and LPC2148(Because i am having a development board).

I had done some basic things like toggling pins, Using Timers, UART, LCD, Internal RTC, Interrupts.

Now i want to move to a little bit complex topic like interfacing MMC/SD Card.
I am reading about it.

And came to know that we can use RL-FLSHfs Library to do so.
But i am not able to extract much information regarding this.

So please suggest me something from where to start.
 

u can use SPI protocols to do so
because MMC adapter have same protocols........
you will get info about it just google it......
 

Hi,

The same project i have done with SD card, but i have use STM32F100 Microcontroller from STmicroelectronics.
I have used SPI protocol to initialize card, Read/write in SD card and i get ready made fucntion file for SD card from STmicroelectronics. You can get that file for study purpose and write your SD function accordingly for your microcontroller.

Here is file path for SD card interface file. you can google and find it.

STM32L1xx_StdPeriph_Lib_V1.1.1\Utilities\STM32_EVAL\STM32L152_EVAL\stm32l152_eval_spi_sd.c

Regards,
 

Hello!!!
Thanks for your replies.

I had previously done interfacing of SD Card with SPI Protocol with PIC Micro-Controllers, But i used Microchip Application Framework.

So i am trying to find the alternative as Microchip Application Framework for PIC.
And i found that RL Libraries provided by Keil, includes RL Flash Libraries.

I want to know how can i use it, i read there user guide but not able to start.
I don't want to use someone else stack for FAT file system, ( obviously i can't write my own).

If anyone know how to use RL Library provided by keil, then it will be a great help to me.
Thanks alot.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top