Keil Set Options for Target

Başlatan armsistem, 01 Ekim 2012, 23:00:29

armsistem

Arkadaşlar merhaba ,

Keil'de set options for target ayarlarını daha önce önce hiç bızıklamadım ,mesala devreye eeprom-data flash -sram gibi komponentlermi eklediğimiz zaman bunların ayarlarını yapıyoruz. Veya IAP yani firmware update yapacağımız zamanmı bu ayarları değiştiriyoruz. Bu konu hakkında bilgisi olan arkadaşlar basitçe anlatabilir mi ?


Read/Only Memory Areas
ROMx   Specify the Read Only Memory areas, typically located in ROM space.
IROMx   Internal Read Only Memory, typically configured by the startup-code.
Read/Write Memory Areas
RAMx   Specify the ZI and RW areas, typically located in RAM space.
IRAMx   Specify the ZI and RW areas, typically configured through the startup-code.
default   The check box, in front of each entry, enables the area globally for the application. Individual modules may be assigned in the Properties dialog to specific areas.
off-chip/on-chip   Specifies whether this is an internal or external ROM or RAM.
Start   Specifies the starting address of the area in HEX format.
Size   Specifies how large the area is. Also in HEX format.
NoInit   Specifies areas that should be excluded from zero initialization.