How can I turn my arduino into a USB Bootstrap loader for programming the MSP430g2xxx series chips?
migration rejected from electronics.stackexchange.com Jan 20 at 23:20This question came from our site for electronics and electrical engineering professionals, students, and enthusiasts. Votes, comments, and answers are locked due to the question being closed here, but it may be eligible for editing and reopening on the site where it originated. closed as off-topic by Chris Stratton, jfpoilpret, Annonomus Penguin♦ Jan 20 at 23:20This question appears to be off-topic. The users who voted to close gave this specific reason:
|
|||||||||||||||||||||
|
You would start by searching for a datasheet for the chip you want to program. You would read it from beginning to end, reading the sections on programming very carefully, and probably 3-4 times. Make notes. Describe in your own words, step by step, what to send, how, in what order, and for how long. Research the bits you don't understand - google is your friend. You will probably need to read up about other protocols - maybe JTAG, i2c, serial, etc; Make more notes. Once you understand what needs to happen, break it down step-by-step. Write this into code, and run it. If you have a specific question - not "how do I build a palace, with a 30 meter high wall, a moat, drawbridge, and battlements?" but "how do I get two bricks to stick together?", and Google does not tell you, ask it here. Don't forget to mention what you have already tried. |
|||||
|