代码搜索:RAM
找到约 10,000 项符合「RAM」的源代码
代码结果 10,000
www.eeworm.com/read/24936/936632
mem mcf52255_internal_ram.mem
// Memory Configuration File
//
// Description:
// A memory configuration file contains commands that define the legally accessible
// areas of memory for your specific board. Useful for example
www.eeworm.com/read/24936/936664
lcf mcf52255_internal_ram.lcf
# Sample Linker Command File for CodeWarrior for ColdFire
KEEP_SECTION {.vectortable}
# Memory ranges
MEMORY {
vectorram (RWX) : ORIGIN = 0x20000000, LENGTH = 0x00000500
code
www.eeworm.com/read/24936/936706
cfg mcf52255_internal_ram.cfg
ResetHalt
; Set VBR to the beginning of what will be SRAM
; VBR is an absolute CPU register
writecontrolreg 0x0801 0x20000000
; Set RAMBAR1 (SRAM)
writecontrolreg 0x0C05 0x20000021
; Set F
www.eeworm.com/read/24936/936708
mem mcf52255_internal_ram.mem
// Memory Configuration File
//
// Description:
// A memory configuration file contains commands that define the legally accessible
// areas of memory for your specific board. Useful for example
www.eeworm.com/read/24936/936740
lcf mcf52255_internal_ram.lcf
# Sample Linker Command File for CodeWarrior for ColdFire
KEEP_SECTION {.vectortable}
# Memory ranges
MEMORY {
vectorram (RWX) : ORIGIN = 0x20000000, LENGTH = 0x00000500
code
www.eeworm.com/read/24936/936782
cfg mcf52255_internal_ram.cfg
ResetHalt
; Set VBR to the beginning of what will be SRAM
; VBR is an absolute CPU register
writecontrolreg 0x0801 0x20000000
; Set RAMBAR1 (SRAM)
writecontrolreg 0x0C05 0x20000021
; Set F
www.eeworm.com/read/24936/936784
mem mcf52255_internal_ram.mem
// Memory Configuration File
//
// Description:
// A memory configuration file contains commands that define the legally accessible
// areas of memory for your specific board. Useful for example
www.eeworm.com/read/24936/936816
lcf mcf52255_internal_ram.lcf
# Sample Linker Command File for CodeWarrior for ColdFire
KEEP_SECTION {.vectortable}
# Memory ranges
MEMORY {
vectorram (RWX) : ORIGIN = 0x20000000, LENGTH = 0x00000500
code
www.eeworm.com/read/24936/936862
cfg mcf52255_internal_ram.cfg
ResetHalt
; Set VBR to the beginning of what will be SRAM
; VBR is an absolute CPU register
writecontrolreg 0x0801 0x20000000
; Set RAMBAR1 (SRAM)
writecontrolreg 0x0C05 0x20000021
; Set F
www.eeworm.com/read/24936/936864
mem mcf52255_internal_ram.mem
// Memory Configuration File
//
// Description:
// A memory configuration file contains commands that define the legally accessible
// areas of memory for your specific board. Useful for example