prog_sdram.tcl
来自「this is source code of arm9」· TCL 代码 · 共 12 行
TCL
12 行
################################################################################
# SAM-BA history file
################################################################################
################################################################################
global target
################################################################################
SDRAM::initSDRAM_100
send_file {SDRAM} "./at91sam9260_getting_started_sdram.bin" 0x20000000 0
go 0x20000000
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?