-
Notifications
You must be signed in to change notification settings - Fork 6
/
FSM.html
executable file
·73 lines (56 loc) · 6.05 KB
/
FSM.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>FSM</title>
</head>
<body>
<h1>1. Scope.</h1>
<p>This section shall be divided into the following paragraphs.</p>
<h2>1.1 Identification.</h2>
<p>This paragraph shall contain a full identification of the system, software, and firmware devices to which this document applies, including, as applicable, identification number(s), title(s), abbreviation(s), version number(s), and release number(s) of the system and software and manufacturer's name and model number for each firmware device.</p>
<h2>1.2 System overview.</h2>
<p>This paragraph shall briefly state the purpose of the system and the software to which this document applies. It shall describe the general nature of the system and software; summarize the history of system development, operation, and maintenance; identify the project sponsor, acquirer, user, developer, and support agencies; identify current and planned operating sites; and list other relevant documents.</p>
<h2>1.3 Document overview. </h2>
<p>This paragraph shall summarize the purpose and contents of this manual and shall describe any security or privacy considerations associated with its use.</p>
<h1>2. Referenced documents.</h1>
<p>This section shall list the number, title, revision, and date of all documents referenced in this manual. This section shall also identify the source for all documents not available through normal Government stocking activities.</p>
<h1>3. Firmware programming instructions.</h1>
<p>This section shall be divided into the following paragraphs.</p>
<h2>3.x (Identifier of programmed firmware device).</h2>
<p>This paragraph shall state the project-unique identifier of a programmed firmware device to be used in the system and shall be divided into the following subparagraphs.</p>
<h3>3.x.1 Description of pre-programmed device.</h3>
<p>This paragraph shall:
<ol type="a">
<li>Identify by manufacturer's name and model number the firmware device to be programmed</li><br/>
<li>Provide a complete physical description of the firmware device, including the following, as applicable:
<ol>
<li>Memory size, type, speed, and configuration (such as 64Kx1, 8Kx8)</li>
<li>Operating characteristics (such as access time, power requirements,logic levels)</li>
<li>Pin functional descriptions</li>
<li>Logical interfaces (such as addressing scheme, chip selection)</li>
<li>Internal and external identification scheme used</li>
<li>Timing diagrams</li>
</ol>
</li><br/>
<li>Describe the operational and environmental limits to which the firmware device may be subjected and still maintain satisfactory operation</li>
</ol>
</p>
<h3>3.x.2 Software to be programmed into the device.</h3>
<p>This paragraph shall identify by project-unique identifier(s) the software to be programmed into the firmware device.</p>
<h3>3.x.3 Programming equipment.</h3>
<p>This paragraph shall describe the equipment to be used for programming and reprogramming the firmware device. It shall include computer equipment, general purpose equipment, and special equipment to be used for device erasure, loading, verification, and marking, as applicable. Each piece of equipment shall be identified by manufacturer's name, model number, and any other information that is necessary to uniquely identify that piece of equipment. A description of each piece of equipment shall be provided, including its purpose, usage, and major capabilities.</p>
<h3>3.x.4 Programming software.</h3>
<p>This paragraph shall describe the software to be used for programming and reprogramming the firmware device. It shall include software to be used for device erasure, loading, verification, and marking, as applicable. Each software item shall be identified by vendor's name, software name, number, version/release, and any other information necessary to uniquely identify the software item. A description of each software item shall be provided, including its purpose, usage, and major capabilities.</p>
<h3>3.x.5 Programming procedures.</h3>
<p>This paragraph shall describe the procedures to be used for programming and reprogramming the firmware device. It shall include procedures to be used for device erasure, loading, verification, and marking, as applicable. All equipment and software necessary for each procedure shall be identified, together with any security and privacy measures to be applied.</p>
<h3>3.x.6 Installation and repair procedures.</h3>
<p>This paragraph shall contain the installation, replacement, and repair procedures for the firmware device. This paragraph shall also include remove and replace procedures, device addressing scheme and implementation, description of the host board layout, and any procedures for ensuring continuity of operations in the event of emergencies. Safety precautions, marked by WARNING or CAUTION, shall be included where applicable.</p>
<h3>3.x.7 Vendor information.</h3>
<p>This section shall include or reference any relevant information supplied by the vendor(s) of the firmware device, programming equipment, or programming software. </p>
<h1>4. Notes.</h1>
<p>This section shall contain any general information that aids in understanding this document (e.g., background information, glossary, rationale). This section shall include an alphabetical listing of all acronyms, abbreviations, and their meanings as used in this document and a list of terms and definitions needed to understand this document.</p>
<h1>A. Appendixes.</h1>
<p>Appendixes may be used to provide information published separately for convenience in document maintenance (e.g., charts, classified data). As applicable, each appendix shall be referenced in the main body of the document where the data would normally have been provided. Appendixes may be bound as separate documents for ease in handling. Appendixes shall be lettered alphabetically (A, B, etc.).</p>
</body>
</html>