[SOLVED] Timer Address

Started by Rewind, October 15, 2013, 08:58:19 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Rewind

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?

mk11174

Im curious about how to find this address on the 550D as well unless the hack is not needed for this camera?
500D/T1i  550D/T2i  600D/T3i  700D/T5i

mk11174

Found for 550D cam_550d ? 0xFF2FE5E4
500D/T1i  550D/T2i  600D/T3i  700D/T5i

Rewind

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?

Rewind

mk11174 just found it for 650D:
0xFF527E38

a1ex

All the clues are in the first post, just read it very carefully.