Other Parts Discussed in Thread: MSP430F2274, MSP430G2553
Hi!
I flash MSP430F2274 with MSP-GANG over sbw succesfully:
MSPGANG_API.SelectImage(0x80);
MSPGANG_API.MainProcess(1000);
Then i have to test the MCU. And if the test is ok, then i would like to blow the fuse.
How can i blow the fuse in c#?
Are there any fast alternatives that can be automated? Running bat file with MSP-Gang.exe -prj blowfuse.mspgangproj lasts 4 seconds to only open the program (blowing fuse excluded), which is too long.
Any help would be appreciated
Gorazd