abstract.txt

来自「keilc pic的版本 才搞到的 希望对大家有帮助」· 文本 代码 · 共 40 行

TXT
40
字号
Monitor for Forth EVA167 with module C167CR_2

You need under Options - L166 Misc RESERVE:
  8H-0BH, 0ACH-0AFH

For correct using the Monitor:
  connect the PC COM port to P1 connector


BOOOTSTRAP MODE
===============

Jumper Settings:
 J2: pos (2+3) = Bootstrap loader mode

DIP switches:
 1	2	3	4	5	6	7	8
 OFF	OFF	OFF	OFF	OFF	OFF	OFF	OFF

Memory map:
 00:0000h - 00:F9FFh  free RAM
 00:FA00h - 00:FFFFh  internal RAM and SFR's
 01:0000h - 01:01FFh  RAM used by Monitor (Data)
 01:0200h - 01:1FFFh  RAM used by Monitor (Code)
 01:2000h - 03:FFFFh  free RAM


NON-BOOOTSTRAP MODE
===================

Jumper Settings:
 J2: pos (1+2) = Bootstrap disabled

Memory map:
 00:0000h - 00:EEFFh  free RAM
 00:EF00h - 00:FFFFh  CAN and internal RAM and SFR's
 01:0000h - 01:01FFh  RAM used by Monitor (Data)
 01:2000h - 03:FFFFh  free RAM
 10:0000h - 10:13FFh  R0M used by Monitor (Code)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?