 | 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. Perform the following steps to configure the Monitor-51 for a new target board: - Create a new empty folder in \C51\FlashMon.
- Copy an application (for example, \C51\FlashMon\T89C51CC01) to this new folder.
- Open the project file Monitor.UVPROJ with µVision.
- Optionally, describe the target hardware in the file Abstract.TXT.
- Open the file CONFIG.INC and specify the hardware configuration.
- Generate the Monitor configuration with Project — Build Target.
- The resulting hex-file Monitor.HEX can now be programmed into the Flash or EPROM of the target system.
Notes - For devices with extended serial interface or expanded chip features, the developer has to adapt specific CPU features or the serial interface in the file INSTALL.A51.
- The folder \C51\FlashMon contains several pre-configured Monitor versions.
Related Knowledgebase Articles |
|