Search

Technical Discussion Group Forum

This forum is provided for user discussion. While Beacon EmbeddedWorks support staff and engineers participate, Beacon EmbeddedWorks does not guarantee the accuracy of all information within in the Technical Discussion Group (TDG).

The "Articles" forums provide brief Articles written by Beacon EmbeddedWorks engineers that address the most frequently asked technical questions.

To receive email notifications when updates are posted for a Beacon EmbeddedWorks product download, please subscribe to the TDG Forum of interest.

TDG Forum

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 09 Aug 2004 09:32 AM by  joseph.fitzgerald@aflglobal.com
Reading /dev/serial_eeprom from WinCE
 3 Replies
Sort:
You are not authorized to post a reply.
Author Messages
fbergmaier
New Member
New Member
Posts:


--
26 Jul 2004 11:01 AM
    Is it possible to read the contents of /dev/serial_eeprom from WinCE?

    Frank
    fbergmaier
    New Member
    New Member
    Posts:


    --
    06 Aug 2004 09:03 AM
    Does anyone know the physical address of the /dev/serial_eeprom? I would like to use MmMapIoSpace to access it, but I need the starting physical address of the I/O range.

    Frank
    Andreas
    New Member
    New Member
    Posts:


    --
    06 Aug 2004 09:40 AM
    Hello Frank,

    Have a look in the Card Engine IO Controller Specification from Logic's website, it implies that you have to bit bang the EEPROM by writing CS/SCLK/TX/RX pin levels to address 0x70A0 0000 (see the spec, page 6, for bit positions).

    See the discussion forum thread 'LEDs on SDK' for code for accessing CPLD registers, grab the data sheet for the EEPROM to work out addressing method. Then curse Logic for a while for not bringing out the SPI interface on pin headers for probing.

    I haven't actually tried accessing the EEPROM, but this is the way I'd go about it. Is there a better way maybe? anyone?

    HTH,

    Andreas
    joseph.fitzgerald@aflglobal.com
    New Member
    New Member
    Posts:


    --
    09 Aug 2004 09:32 AM
    Logic used to ( a couple of weeks ago) have a lpd_LH7A400_EEP_beta_001 driver file available on their website. Now it's gone! Is it coming back?
    You are not authorized to post a reply.