Skip to content

Bugfix to allow programming of AVR chips with 256k #6

Open
@MNickelson

Description

@MNickelson

If isp.c line 129 is changed from:

isp_hiaddr = 0;

to

isp_hiaddr = 0xFF;

The usbasp can ben used to program larger chips, like those used in the Mega2560.
The fix is well documented here and in some online forums:
https://petervanhoyweghen.wordpress.com/2015/12/02/the-usbasp-and-atmega2560-mystery/

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