var fDesc=new Array(); fDesc[0] = "Renesas Flash Development Toolkit is dedicated flash programming software for Renesas flash microcomputers, which offers a sophisticated and easy-to-use Graphical User Interface.

Moreover, when it is used with High-performance Embedded Workshop, it allows the users who involved in development of the embedded application software adopting Renesas flash microcomputers to advance the development under one common environment.

Target Devices:

- SuperH RISC engine Family
- RX Family
- M16C Family
- R8C Family
- H8SX Family
- H8S Family
- H8 Family
- 740 Family (Also applicable in QzROM.)

Features:

- Useful messaging log to show the programming progress.
- Field programming function to export the project easily.
- Access right function to prevent the errors before they occur.
- Build function to combine more than one file.
- Multiple checksum which is useful for programming and file discrimination."; 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 = ''; } }