Magic Lantern Forum

Using Magic Lantern => Raw Video => Topic started by: Rewind on October 15, 2013, 08:58:19 AM

Title: [SOLVED] Timer Address
Post by: Rewind on October 15, 2013, 08:58:19 AM
These are the lines in raw_rec related to small hacks. In order to work them properly on 550D and 650D, we should know the timer addresses for those cameras:

/* change dialog refresh timer from 50ms to 8192ms */
        uint32_t dialog_refresh_timer_addr = /* in StartDialogRefreshTimer */
            cam_50d ? 0xffa84e00 :
            cam_5d2 ? 0xffaac640 :
            cam_5d3 ? 0xff4acda4 :
            cam_7d  ? 0xFF345788 :
            cam_700d ? 0xFF52B53C :
            /* ... */


Other way we get an error like
hackerror at 0
expected e3a00032, got 0

My question is, anybody knows these timer addresses yet for 550D and 650D?
Or may be devs can give us some clues to how to figure them out?
Title: Re: Timer Address
Post by: mk11174 on October 16, 2013, 01:45:21 AM
Im curious about how to find this address on the 550D as well unless the hack is not needed for this camera?
Title: Re: Timer Address
Post by: mk11174 on October 16, 2013, 09:32:53 AM
Found for 550D cam_550d ? 0xFF2FE5E4
Title: Re: Timer Address
Post by: Rewind on October 16, 2013, 12:08:30 PM
Quote from: mk11174 on October 16, 2013, 09:32:53 AM
Found for 550D cam_550d ? 0xFF2FE5E4

mk11174, how did you do that? Give me please some clues, how to find that address for 650D?
Title: Re: Timer Address
Post by: Rewind on October 17, 2013, 08:03:02 AM
mk11174 just found it for 650D:
0xFF527E38
Title: Re: [SOLVED] Timer Address
Post by: a1ex on October 17, 2013, 09:01:14 AM
All the clues are in the first post, just read it very carefully.