Skip to content

Programming CC1314 hangs in intel-hex #189

@gulweb

Description

@gulweb

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions