source: ISPProgrammer/ISPprog/Devices_AT26.inc

Last change on this file was 363, checked in by chronos, 13 years ago
  • Added: Package ISPProgrammer for in-system programming of various chips. Supports Dallas ISP protocol, Presto, Rabbit RFU and some others Atmel devices.
File size: 567 bytes
Line 
1 // AT26F serial flash memories
2
3 (b0:$3D; b1:$1F; b2:$04;
4 name:'AT26F004';
5 proctype:PROC_TYPE_DATAFLASH;
6 fsize:524288; esize:0; usigsize:0; fpage:0; fpagesize:1; epage:0; epagesize:0;
7 osccal:0;
8 algo:ALGO_SERIALFLASH;
9 algo_erase:ALGO_ERASE_STD;
10 algo_lb:ALGO_LB_NONE;
11 algo_busy:ALGO_BUSY_SERIALFLASH;
12 prog_time:10000; // max. chip erase time
13 lockbits:('','','','','','','','');
14 fusebitslo:('','','','','','','','');
15 fusebitshi:('','','','','','','','');
16 fusebitsext:('','','','','','','',''))
Note: See TracBrowser for help on using the repository browser.