Difference between revisions of "Lbcontrol"

From ElphelWiki
Jump to: navigation, search
Dimon (talk | contribs)
 
Dimon (talk | contribs)
(initial describe)
Newer edit →
Line 2: Line 2:
  
 
In System Programmer for programm lens control board CPU
 
In System Programmer for programm lens control board CPU
 +
 +
  Support only ATtiny26
 +
  Only page programming mode support
 +
  Not support segment addressing and more then 64K flash programming
 +
  Read flash image only in Intel HEX format
 +
  Read EEPROM image only in binary format, first 128 bytes programmed into EEPROM
 +
  In the flash image support only step-by-step increase address, without hole.
 +
 +
The variable describe size of buffer for string reading flash image, size of EEPROM. Default value is 128 bytes.

Revision as of 00:58, 30 September 2005

Discussion on russian lbcontrol_Ru

In System Programmer for programm lens control board CPU

 Support only ATtiny26
 Only page programming mode support
 Not support segment addressing and more then 64K flash programming
 Read flash image only in Intel HEX format
 Read EEPROM image only in binary format, first 128 bytes programmed into EEPROM
 In the flash image support only step-by-step increase address, without hole.

The variable describe size of buffer for string reading flash image, size of EEPROM. Default value is 128 bytes.