abstract.txt

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

TXT
64
字号
Monitor for Phytec KC161RI+PI 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

Jumper Settings:
 JP3: (1+2)   CS0 --> FLASH
      (3+4)   CS1 --> RAM

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


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

Jumper Settings:
  Switch S3 "Boot": ON 

Memory map:
 00:0000h - 00:D8FFh  free RAM
 00:F000h - 00:FFFFh  On chip RAM and SFR area
 01:0000h - 0F:E9FFh  RAM (optional)
 0F:EA00h - 0F:FEBFh  RAM used by Monitor (Data Area)
 0F:EC00h - 0F:FEFFh  RAM used by Monitor (Code Area)
 10:0000h - 13:FFFFh  Flash ROM (optional)
 14:0000h - ....      Flash ROM (optional) and I/O area


NON-BOOTSTRAP MODES:
====================

You will find two ready Monitor programs in this directory:
 - MONITOR.H86 for Target "UART ASC0" and Automatic baudrate detection
 - MONSIM.H86 for Target "Simulated Serial"

 Since the Monitor runs on code address 20:0000 but 
 the flash ROM is located at address 0, the HEX files 
 has to be generated with an offset of -0x200000.  
 Set the Option for Target "UART ASC0" - Output -
 Offset: -0x200000.
 Set the S3 DIP switch ON to load the Flash-ROM.
 Now you can load the MONITOR.H86 into the Flash-ROM 
 using the Phytec FLASHT.EXE programming tool.
  
Memory map:
 00:0000h - 00:BDFFh  free RAM for User application
 00:C000h - 00:EFFFh  free RAM, CAN and XRAM area
 00:F000h - 00:FFFFh  On chip RAM and SFR area
 01:0000h - 0F:FDFFh  RAM (optional)
 0F:FE00h - 0F:FFFFh  RAM used by Monitor (Data Area)
 10:0000h - 1F:FFFFh  RAM (optional)
 20:0000h - 23:FFFFh  Flash ROM containing Monitor (Code Area)
 24:0000h - ...       Flash ROM (optional)


Jumper Settings for SIMULATED SERIAL Debug interface:
 JP4: close P3.8 as RS323 Debug-Interface

⌨️ 快捷键说明

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