File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ to ``write_hex_file`` call:
3535Extended Address records are describing an address in binary space from which
3636a block of data is being written. Normally without those record we could write
3737only 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
5555Whenever 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
6161Data converters
You can’t perform that action at this time.
0 commit comments