Sonsivri

Electronics => Projects => Topic started by: ncsportsman on August 25, 2008, 07:07:44 07:07



Title: Need some help!
Post by: ncsportsman on August 25, 2008, 07:07:44 07:07
i have a kit to modify a xbox 360 controller for rapid fire capability, can i just read and save a image in picbasic and rewrite it to another chip and it work?


Title: Re: Need some help!
Post by: cluoiset on August 25, 2008, 10:44:36 10:44
I think if you can read it out and check the correct fuse bits, then you can program it back. Just watch the fuses.

Cluoiset


Title: Re: Need some help!
Post by: TomJackson69 on August 26, 2008, 07:51:08 19:51
You will need alot more informations than you have to be able reproduce the firmware. You need to know what the uC part number and than you need a programmer to read the code. I don't have a X-Box so I don't know what the chip is.

The code is in binary form so it does not matter what compiler you use to import the file. If you have a programmer cappable of read the code out of the chip than you can program that code to a same uC. I am very sure the code is protected so don't be supprise if you read out all ZEROs.

Tom