 FlashMon51 User's Guide Preliminary |
|
| Monitor ConfigurationFlash Monitor can be adapted to different devices. Its code and data can be located at any address. All hardware-specific code such as flash programming algorithms and serial interface initialization can be modified in the CONFIG.INC file. You should perform the following steps to configure the Monitor-51 for a new Target Board: - Create a new empty folder in \C51\FlashMon\.
- Copy the contents of an example configuration (i.e. the \C51\FlashMon\T89C51CC01\ folder) to this new folder.
- Load the project file Monitor.UV2 into µVision environment.
- Describe your target hardware in the Abstract.TXT file.
- Open the file Config.INC and specify your hardware configuration.
- Generate your Monitor configuration with Project — Build Target.
- The resulting hex file Monitor.HEX can now be programmed into the Flash or EPROM of your target system.
Notes - For devices with extended serial interface or expanded chip features, you need to adapt specific CPU features or the serial interface in the file INSTALL.A51.
- The \C51\FlashMon\ folder contains several pre-configured Monitor versions.
Related Knowledgebase Articles |
|