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 babybird

  1. B

    M16C with Davicom DM9000A

    dm9000a 80c51 hi I want use DM9000A network controller with M16C.but I can't communicate with DM9000A(using 8 bit mode).I want to read vendor id from specific address but haven't read yet. in hardware everything seems ok.cmd pin ok.rw,rd,ce pins toggle when I write command to data ports. anyone...
  2. B

    linux socket programming connection problem

    I want to connect one device from ethernet port.Device is working as a server. I am connecting to device with my pc(as a client) using cross cable. I am connecting to pc(as a server) with my embedded card(as a client) using cross cable. But I can't connect to the device(as a server) with my...
  3. B

    Tcp client code doesn't work when using cross cable for connection

    I am doing tcp client project using arm proccessor with uclinux. my tcpclient.c code working when I use switch-hub to connect to server.But can't work when I use cross cable to connect.what do you think about this. thanks for advic
  4. B

    linux socket programming connection problem

    connect in linux-socket I am doing tcp client project using arm proccessor with uclinux. my tcpclient.c code working when I use switch-hub to connect to server.But can't work when I use cross cable to connect.what do you think about this. thanks for advice
  5. B

    Can't open a file saved on MMC

    Re: create file in mmc Ok I solved the problem.Extension must be capital.Now I open the file...
  6. B

    Can't open a file saved on MMC

    Re: create file in mmc BootSector=0 FirstSectorLba=00000000 BPB_BytsPerSec=0200h BPB_SecPerClus=04h BPB_RsvdSecCnt=0006h BPB_NumFats=02h BPB_RootEntCnt=0200h BPB_TotSec16=0000h BPB_Media=f8h BPB_FATSz16=00f5h BPB_TotSec32=0003d400h BPB_FATSz32=c4290000h Fat1Lba=00000006h...
  7. B

    Can't open a file saved on MMC

    Re: create file in mmc How can I calculate the address of first directory entry? I know only Root directory entry and I did not see first directory entry in documents
  8. B

    Can't open a file saved on MMC

    Re: create file in mmc :D I tried non empty file too. I wrote file entry to root directory, data to first data sector,0xFFFF to fat1 and fat2 table. winhex see file properly.windows see but says "can't find"...
  9. B

    Can't open a file saved on MMC

    Re: create file in mmc I tried using 2.cluster for cluster lo.but still windows can't find the file . I upload file using cardwriter with windows and I see fat entry is 0xFFFF when file size bigger then 0kbyte.if file size is 0 kbyte there is no fat entry.
  10. B

    Can't open a file saved on MMC

    Re: create file in mmc if I wrote data to file first cluster is 2 .you are wright.but I did't write data .my file size is 0byte. so cluster lo (MmcBuffer[26],MmcBuffer[27]) and cluster hi is 0x00 (MmcBuffer[20],MmcBuffer[21]) I read documents but they didn't help me. could you sen me your...
  11. B

    Can't open a file saved on MMC

    Re: create file in mmc hi this is my first partition packet. I am going 0x3E000 to write file information. MmcBuffer[0]='M'; //mmc.txt MmcBuffer[1]='M'; MmcBuffer[2]='C'; MmcBuffer[3]=' '; MmcBuffer[4]=' '; MmcBuffer[5]=' '; MmcBuffer[6]=' '; MmcBuffer[7]=' '...
  12. B

    Can't open a file saved on MMC

    I am using fat16 system to create file in mmc with pic. writing file name, attribute,time ,date,size ,first clusterhigh ,firstcluster low ok but when I open the file I cant open.I think something is missing.Please help me Added after 54 minutes: I can see the file in windows but when i try...
  13. B

    Looking for Ericsson 688 service manual

    ericsson 688 hi everyone I need ericsson 688 service manual. Thank you in advance

Part and Inventory Search

Back
Top