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.

Recent content by shankarrg

  1. S

    [ARM] SD card using FAT file and File i/o libraries

    I am trying SD card using DMA interface.
  2. S

    [ARM] SD card using FAT file and File i/o libraries

    DMA Sequence to Read SD card Hello, Reading and writing SD card using DMA requires bus interface like SPI? I want to read and write SD card using DMA without SPI is it possible? I tried to read first sector of from SD card through DMA channel 0 but not succeed. I enabled channel 0 trying to...
  3. S

    [ARM] SD card using FAT file and File i/o libraries

    Read and write from SD card using DMA Controller Hello, I have interfaced SD-CARD with ARM-LPC Raw read and write working well with FAT. Now I want introduce DMA for read and write to avoid CPU. Please suggest how to read and write from SD card using DMA Controller. Thanks
  4. S

    [ARM] SD card using FAT file and File i/o libraries

    Files in SD card getting deleted after write single block Hello All, I am interfacing SD card on ARM: LPC3250, I am able to read write single sector.Now i am trying FAT16 with 2GB card using Chan's FatFs library. I read 512 bytes from Doc1.txt and trying to overwrite 512 bytes of Doc2.txt...
  5. S

    [ARM] SD card using FAT file and File i/o libraries

    Hello, I am interfacing SD card on ARM: LPC3250, I am able to read write single sector.Now i am trying FAT16 with 2GB card. PROBLEM: I googled, getting FAT library without application I/o (I mean without File operation File_open, File_read etc..) libraries. I tried few FAT16 library it is...
  6. S

    [SOLVED] SD card MBR interpretation issue

    Problem solved: Yes i was confused with Hex editor. as u said ISO Is right view of MBR(0x0000) and Bootsector(Relative address 0x00000087). Thanks pjmelect & srizbf for ur time and kind replay.
  7. S

    [SOLVED] SD card MBR interpretation issue

    @pjmelect Yes you are right image file gives MBR and Boot sector properly attached snap below MBR BootSector @0x10e00(0x00000087*0x200) But when the Drive opened directly.NO MBR, Boot sector at address 0x00000(1st block). MBR BootSector @0x10e00(0x00000087*0x200) Code reading MBR...
  8. S

    [SOLVED] SD card MBR interpretation issue

    Thanks for the replay pjmelect. When i connect SD card by card reader it will detected as drive not disc. Is it possible to convert drive to ISO file? any software? I tried HXD hex editor but same result(Drive not ISO file).
  9. S

    [SOLVED] SD card MBR interpretation issue

    Hello, Issue: MBR pointing to Empty sector as Relative/Boot sector. I am interfacing SD card on ARM: LPC3250.On issuing READ_SINGLE_BLOCK(CMD17) command i am getting MBR output as below. data[0] = 0x00000000 ..... data[110] = 0x00000000 data[111] = 0x02000000 data[112] = 0x3D06000A data[113] =...
  10. S

    [ARM] LPC3250: Issue on Reading SD Card BootSector

    Sorry i am adding more detail here I am interfacing SD card on ARM: LPC3250. The 2GB fat16 formatted sd card is initialized on reading Boot Sector (1st Block) CMD17 I am not getting valid boot sector information, instead I am getting below data in a 32 bit array every time data[0] =...
  11. S

    [ARM] LPC3250: Issue on Reading SD Card BootSector

    Hello All, I am interfacing SD card on ARM: LPC3250. The 2GB fat16 formatted sd card is initialized on reading Boot Sector (1st Block) CMD17 I am not getting valid boot sector information, instead I am getting below data in a 32 bit array every time data[0] = 0x00000000 ..... data[110] =...

Part and Inventory Search

Back
Top