📄 atmel_eb40a.ocd
字号:
# Setup script for the Atmel AT91EB40A board
# This is only required if the Angel ROM monitor does not do the board setup
# --------------------------
# The Master clock is 66MHz
# --------------------------
# EBI_CSR0 connected to the flash memory.
# Settings : EBI_BA=0x01000000 / EBI_CSEN / EBI_BAT_BYTE_WRITE / EBI_TDF_2 / EBI_PAGES_16M / EBI_NWS_7 / EBI_DBW_16
memwrite long 0xffe00000 0x01002539
# EBI_CSR1 connected to the External SRAM memory.
# WARNING !! No external SRAM is fitted on the EB40A board. If user adds SRAM, see the "eb40a.inc" file
# for EBI_CSR1 setting.
# REMAP Done
memwrite long 0xffe00020 0x00000001
#2M bytes per CS
memwrite long 0xffe00024 0x00000006
run
sleep 1
halt
delay fast
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -