You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have successfully programmed cards with a CC1312. However, this does not work with a CC1314 (image).
The program hangs, while trying to read the intel hex image, so the problem is in the imported intelhex.
It does not even try to establish synch and communication with the target processor.
mdebug(5, "Reading Firmware file: Intel Hex") ---prints OK !!
from intelhex import IntelHex
self.bytes = bytearray(IntelHex(path).tobinarray())
mdebug(5, "Done Reading file: Intel Hex") -----added by me, never hit in execution
Regards
Gullik
The text was updated successfully, but these errors were encountered:
Further analysis shows that the hex file I am trying to read contains TWO sections with separate adress spaces. This is because the CC1314 maps its CCFG area to a specific address range resulting in and
running hex2bin.py from the distribution hangs without producing a bin file, indicating this is in the library. How
this should work I do not know. hexinfo.py shows this as two sections.
The hex file is produced by CCS compiler suite by Texas Instruments.
I have successfully programmed cards with a CC1312. However, this does not work with a CC1314 (image).
The program hangs, while trying to read the intel hex image, so the problem is in the imported intelhex.
It does not even try to establish synch and communication with the target processor.
Regards
Gullik
The text was updated successfully, but these errors were encountered: