Skip to content

Commit 6731f34

Browse files
committed
Missing Manual corrections from previous commit.
1 parent 72087ef commit 6731f34

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/manual/part2-5.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ to ``write_hex_file`` call:
3535
Extended Address records are describing an address in binary space from which
3636
a block of data is being written. Normally without those record we could write
3737
only 64KB of binary data into one single ``.hex`` file. This is because in
38-
one signle data record there are only 2 bytes for address.To have opportunity
39-
to write more Extended Records are needed to increase address resolution.
40-
Currently there are two types fo records defined in IntelHex format:
38+
one signle data record there are only 2 bytes for address. To have possibility
39+
to write more, Extended Records are needed to increase address resolution.
40+
Currently there are two types of records defined in IntelHex format:
4141

4242
* ``Extended Segment Address`` [02] - you can write up to 1MB of binary data
4343
* ``Extended Linear Address`` [04] - you can write up to 4GB of binary data
@@ -53,9 +53,9 @@ of memory address resolution:
5353
where data need to be written.
5454

5555
Whenever data overflow for different adres resoution is detected adequat
56-
exception will thrown. No mixing allowed. There won't be any Extened Address
57-
records will written in any mode if data to write need to be placed
58-
in address under 64KB.
56+
exception will thrown. Mixing of ``linear`` and ``segment`` records isn't
57+
allowed. There won't be any Extened Address records will written in
58+
any mode if data to write need to be placed in address under 64KB.
5959

6060

6161
Data converters

0 commit comments

Comments
 (0)