var fDesc=new Array(); fDesc[0] = "The FT9xx Toolchain is program that enables code development and debugging for FT9xx series of microcontrollers. It can be used along with Eclipse IDE to build and debug applications. FT90x Toolchain includes FT900 Programming Utility that can burn binary program files to FT9xx devices.

Driver support for each of the main functional units of the MCUs are also included in the Toolchain installation package, provided as C code and pre-compiled binaries in addition to sample projects."; 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 = ''; } }