issues Search Results · repo:python-intelhex/intelhex language:Python
Filter by
37 results
(99 ms)37 results
inpython-intelhex/intelhex (press backspace or delete to remove)The readthedocs site doesn t appear to have any documentation for the hex2bin function (only the script which can be
used from outside of Python is documented). Search didn t help (See Related issues). ...
Poikilos
- Opened on Jul 24, 2023
- #63
On the readthedocs site, I can click on hex2bin in the scripts category, but searching for the term does nothing. On
either Firefox or Chrome-based Edge browsers, I get Searching... with blinking dots, ...
Poikilos
- Opened on Jul 24, 2023
- #62
I am using bin2hex.py:
bin2hex.py test out.ihex; cat out.ihex :0200000061326B :00000001FF
Note 0x6B .
Input is two chars in a binary file:
image
Is this expected behaviour?
odin-
- 2
- Opened on May 2, 2023
- #61
Hello,
Your library has been very helpful for reading .hex files.
Context: I m using the IntelHex library to read from a .hex file, which I then use to flash a microcontroller.
As you can appreciate, ...
HussainMughal1
- 2
- Opened on Feb 28, 2023
- #60
According to: https://en.wikibooks.org/wiki/X86_Assembly/16,_32,_and_64_Bits
... to create a 20 bit address, it would be done by taking the 16-bit value of a segment register and put it on the
address ...
EmergReanimator
- 2
- Opened on Feb 14, 2023
- #59
In python, using the in operator is used to test for membership, thus it would be natural to expect that the following
expression is valid to test if the given address is present in the hex. However it ...
enhancement
sveinse
- 2
- Opened on Jul 21, 2022
- #58
Hi, I am looking for effective way of hex file data comparison, mainly equality check. Is there already some effective
way of comparison?
Did you consider overriding of __eq__ ?
diggit
- 7
- Opened on Mar 30, 2022
- #57
Hello,
In the current version (2.3.0), the padding byte resets to 0xFF when a slice is taken:
In [14]: ih.padding
Out[14]: 0
In [15]: ih[:4].padding
Out[15]: 255
It would make sense to copy the padding ...
itayperl
- 1
- Opened on Jul 22, 2021
- #56
from intelhex import IntelHex
ih = IntelHex( pimp_my_xor.hex )
ih.minaddr()
256 ihx = ih[0x100:0x103] ihx.tobinstr() b \x89\xc2\x8d list(ihx) [255, 255, 255, 255, 255, 255, 255,
..., 255, 255, 137, 194, ...
jfongattw
- 8
- Opened on Jun 10, 2021
- #55
from intelhex import IntelHex
ih = IntelHex()
ih[0] = 0x55
list(ih)
bug
jfongattw
- 1
- Opened on Jun 6, 2021
- #54

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.