📄 readme.txt
字号:
README
------
This directory contains files which are designed to be used with the
configuration language 'chip' command. This allows many of the features of
a chip to be configured in one go, in particular:
- the CPU type (C1 or C2)
- the on-chip memory
- registers for any on-chip peripherals
- how caches should be flushed
This information is used by both st20cc and st20run.
Note that the chip command will define the internal memory segment as if
the cache has not been enabled. When the cache is enabled the procedure:
dcache_internal
should be called after the chip command, which will reserve the top 2K
of the INTERNAL memory segment.
The chip command does not define anything external to the chip. For board
related configuration information see the $ST20ROOT/board directory.
For more information see the 'chip' command in the "ST20 Embedded Toolset,
Command Language Reference Manual".
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -