var fDesc=new Array(); fDesc[0] = "FlashPro430 is an USB MSP430 JTAG / SBW / BSL Flash Programmer and JTAG In-Circuit Debugger.

Features:
- Up to 64 USB-MSP430-FPA can be connected to one PC
- 60 kB Flash can be programmed in 2.3 seconds
- 60 kB Flash can be erased, blank checked, programmed and verified
- 64 pcs of the MSP430 - 60 kB Flash each can be programmed simultaneously in 3 seconds using Multi-FPA API-DLL and eight USB-FPAs.
- User defined programming sequence (script file).
- Command line interpreter running from command prompt.
- Open/Save Project with encryption and password protection
- It operates under WindowsTM 98SE, ME, 2000, XP-32/64b, Vista-32/64b, Win-7 32/64b"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }