bugAVR Downloader/UploaDEr - Bugs: bug #52886, Incorrectly hardcoded fuse...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #52886: Incorrectly hardcoded fuse addresses in STK500v2 ISP mode

Submitter:  None
Submitted:  Sun 14 Jan 2018 03:41:54 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  None Privacy:  Public
Assigned to:  None Originator Name:  Joao Rosa
Originator Email:  -email is unavailable- Open/Closed:  Open
Release:  SVN snapshot Programmer hardware: 
Device type: 

Sun 14 Jan 2018 03:41:54 PM UTC, original submission:  

On file "stk500v2.c", functions stk500isp_write_byte() and stk500isp_read_byte() incorrectly hardcode the address of "fuse"/"lfuse", "hfuse" and "efuse".

This is only needed for HVSP and PP modes, not ISP (probably copy/paste error?). Though this is a "silent" bug that currently doesn't have any effect, it may conceivably manifest itself in the future if future chips access the fuses using some kind of addressing scheme, that is, using a0, a1, a2, etc. in the avrdude.conf definitions.

In fact I found this bug because I'm writing a programmer for UPDI chips and want to use the STK500v2 interface.

I'll copy a few lines of code from "stk500v2.c" as example:

1942   } else if (strcmp(mem->desc, "hfuse") == 0) {
1943     buf[0] = CMD_READ_FUSE_ISP;
1944     addr = 1;   /* This line is not needed/bug */

I believe lines like this one can be safely deleted.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code