-
Notifications
You must be signed in to change notification settings - Fork 196
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels