📄 desc_flash_8011.h
字号:
//*----------------------------------------------------------------------------//* ATMEL Microcontroller Software Support - ROUSSET -//*----------------------------------------------------------------------------//* The software is delivered "AS IS" without warranty or condition of any//* kind, either express, implied or statutory. This includes without//* limitation any warranty or condition with respect to merchantability or//* fitness for any particular purpose, or against the infringements of//* intellectual property rights of others.//*----------------------------------------------------------------------------//* File Name : desc_flash_8011.h//* Object : FLASH programmer for : AT49BV8011/AT49BV8011//*//* 1.0 23/04/99 JPP : Creation//*----------------------------------------------------------------------------#ifndef desc_flash_8011_h#define desc_flash_8011_h//* Flash features#define AT49BV8011_NB_SECTOR 22/* Define Flash Codes */#define AT49BV8011_FLASH_MANUFACTURER_CODE 0x001F#define AT49BV8011_FLASH_DEVICE_CODE 0x004A#define AT49BV8011_FLASH_SIZE (2*512*KILO_BYTES)#define AT49BV8011_FLASH_MASK FLASH_SIZE-1#define AT49BV8011_FLASH_NAME "AT49BV8011"//* Defines supported flash organizations used for calculed the sector id#define AT49BV8011_SECTOR_TYPE0 1#define AT49BV8011_SIZE_TYPE0 16#define AT49BV8011_SECTOR_TYPE1 1#define AT49BV8011_SIZE_TYPE1 32#define AT49BV8011_SECTOR_TYPE2 4#define AT49BV8011_SIZE_TYPE2 8#define AT49BV8011_SECTOR_TYPE3 1#define AT49BV8011_SIZE_TYPE3 32#define AT49BV8011_SECTOR_TYPE4 1#define AT49BV8011_SIZE_TYPE4 16#define AT49BV8011_SECTOR_TYPE5 14#define AT49BV8011_SIZE_TYPE5 64OrgDef OrgAT49BV8011[] ={ //* 1 x 16kbytes sectors { 1, // Sect_type0 16 // Size_type0 }, //* 1 x 32 kbytes sectors { 1, // Sect_type1 32, // Size_type1 }, //* 4 x 8 kbytes sectors { 4, // Sect_type2 8, // Size_type2 }, //* 1 x 32 kbytes sectors { 1, // Sect_type3 32, // Size_type3 }, //* 1 x 16 kbytes sectors { 1, // Sect_type4 16, // Size_type4 }, //* 14 x 64 kbytes sectors { 14, // Sect_type5 64, // Size_type5 }};#endif /* desc_flash_8011_h *///* End file
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -