Skip to content

Commit

Permalink
Missing Manual corrections from previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandez85 committed Jun 25, 2020
1 parent 72087ef commit 6731f34
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/manual/part2-5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ to ``write_hex_file`` call:
Extended Address records are describing an address in binary space from which
a block of data is being written. Normally without those record we could write
only 64KB of binary data into one single ``.hex`` file. This is because in
one signle data record there are only 2 bytes for address.To have opportunity
to write more Extended Records are needed to increase address resolution.
Currently there are two types fo records defined in IntelHex format:
one signle data record there are only 2 bytes for address. To have possibility
to write more, Extended Records are needed to increase address resolution.
Currently there are two types of records defined in IntelHex format:

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

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


Data converters
Expand Down

0 comments on commit 6731f34

Please sign in to comment.