abstract.txt

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

TXT
48
字号
Monitor for Phytec KC164CI Board 

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

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


BOOTSTRAP MODE
==============

Jumper Settings:
 JP4:  closed (Mode 0) 
 JP8:  position 1+2 closed (red Boot-Jumper)  

Memory map:
 00:0000h - 07:F9FFh  free RAM
 00:FA00h - 00:FFFFh  internal RAM and SFR's
 01:0000h - 07:E8FFh  free RAM (optional)
 07:E900h - 07:EAFFh  RAM used by MONITOR
 07:EB00h - 07:FFFFh  RAM used by MONITOR (Code Area)
 

NON-BOOTSTRAP MODE:
===================

In this directory You will find a ready Monitor program 
MONITOR.H86 with Automatic baudrate detection

Jumper Settings for On-board FLASH programming:
  JP4:  open (Mode 1)
  JP8:  position 1+2 closed (red Boot-Jumper)

 Now you can load the MONITOR.H86 into the Flash-ROM 
 using the Phytec FLASHT.EXE programming tool.
  
Memory map after boot process (Mode =1):
 00:0000h - 03:FFFFh  Flash ROM containing Monitor (Code Area)
 04:0000h - 07:FFFFh  Flash ROM (optional) 
 08:0000h - 08:FDFFh  free RAM
 08:FE00h - 08:FFFFh  RAM used by Monitor (Data Area)
 09:0000h - 0F:9FFFh  free RAM (optional)
 0F:A000h - 0F:BFFFh  I/O #1 area
 0F:C000h - 0F:DFFFh  I/O #2 area
 0F:E000h - 0F:FFFFh  I/O #3 area 

⌨️ 快捷键说明

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