Changes between Version 11 and Version 12 of gsc


Ignore:
Timestamp:
05/18/2018 12:25:08 AM (6 years ago)
Author:
Bobby Jones
Comment:

fixed typos

Legend:

Unmodified
Added
Removed
Modified
  • gsc

    v11 v12  
    385385|| 0x300-0x3FF  || 0x53: 0x00-0xFF  || 256            || User EEPROM space ^3^       ||
    386386 1. ''Board Info'' EEPROM is reserved for Gateworks
    387   * can be ''write protected'' by enabling EEPROM_WP_BOARD_INFO (R1.4)
     387  * can be ''write protected'' by enabling EEPROM_WP_BOARDINFO (R15.1)
    388388  * Information about board serialnum, model, manufacturing date, etc can be found in the EEPROM - see [wiki:modelserialnumber here] for details
    389389 2. ''Secure Key'' EEPROM is erased if:
     
    394394 3. additional 4Kbits (512bytes) available on GW2387/GW2388/GW2391)
    395395 4. There are 2 bits in R1 (GSC_CTRL_1) which act as a ''Write Protect'' for EEPROM regions:
    396   * EEPROM_WP_ALL (R1.3) will dissalow user i2c writes to all EEPROM regions (does not affect ''secure key'' erasure cases)
    397   * EEPROM_WP_BOARDINFO (R1.4) will dissallow user i2c writes to the ''Board Info'' EEPROM region
     396  * EEPROM_WP_ALL (R15.0) will dissalow user i2c writes to all EEPROM regions (does not affect ''secure key'' erasure cases)
     397  * EEPROM_WP_BOARDINFO (R15.1) will dissallow user i2c writes to the ''Board Info'' EEPROM region
    398398
    399399=== EEPROM Secure Key Example ===