![Lattice Semiconductor LatticeMico32 Скачать руководство пользователя страница 127](http://html1.mh-extra.com/html/lattice-semiconductor/latticemico32/latticemico32_hardware-developer-user-manual_3843852127.webp)
G
LOSSARY
LatticeMico32 Hardware Developer User Guide
121
UART
UART is an acronym for universal asynchronous receiver/transmitter,
which is a computer component that handles asynchronous serial
communication. Every computer contains a UART to manage the serial ports,
and some internal modems have their own UART.
watchpoint
A watchpoint is a special breakpoint that stops the execution of
an application whenever the value of a given expression changes, without
specifying where this may happen. A watchpoint halts program execution,
even if the new value being written is the same as the old value of the field.
workspace
A workspace contains all of your LatticeMico System projects,
files, and folders and stores everything in a “workspace” folder. Basically a
workspace represents everything you do in the LatticeMico System software,
what is available, how you view it, and what options are available to you
through the different perspectives based on your settings. This is a basic
Eclipse-based software feature.
XML
XML is an abbreviation for Extensible Markup Language, which is a
general-purpose markup language used to create special-purpose markup
languages for use on the Worldwide Web.
.xml file
(1) The .xml file contains information about the parent project and
its settings, as well as information on the platform referenced by the parent
project. (2) The <
comp_name
>.xml files contain code declarations referred to
as component instance definitions that define the structure of each
component. These files reside in the
<install_dir>/
components folder. On build
generation, this information is copied into the .msb f
ile
by MSB.