About TRIC

TRI has come up with source code development environment “TRIC” which has everything you need for rapid program development . TRIC helps expedite the development process of your embedded applications by providing the following features:

1.Windows-based IDE that combines a robust editor, project manager, and compiler.
2.TRI C integrates all tools including the SDCC compiler(which includes macro assembler, linker/locator, and HEX file generator).
3.Full-featured source code editor,
4.Project manager for creating and maintaining your projects,
5.Integrated compiling facility.
6.iBoard compatible TRIC LIBRARY to easy programming
7.Comprehensive User Guide

As already mentioned the compiler used by TRI C is SDCC. SDCC is an ANSI – C compiler that targets the Intel 8051, Maxim 80DS390, Zilog Z80 and the Motorola 68HC08 based MCUs. SDCC is Free Open Source Software, distributed under GNU General Public License (GPL).

*you can get SDCC from :http://sdcc.sourceforge.net/

Some of the features include:
1.ASXXXX and ASLINK, a Freeware, retargettable assembler and linker.
2.Extensive MCU specific language extensions, allowing effective use of the underlying hardware.
3.MCU specific optimizations, including a global register allocator.
4.Adaptable MCU specific backend that should be well suited for other 8 bit MCUs
5.Independent rule based peep hole optimizer.
6.A full range of data types: char (8 bits, 1 byte), short (16 bits, 2 bytes), int (16 bits, 2 bytes), long (32 bit, 4 bytes) and float (4
byte IEEE).
7.The ability to add inline assembler code anywhere in a function.
8.The ability to report on the complexity of a function to help decide what should be re-written in assembler.
9.A good selection of automated regression tests.

Installing TRIC
Just download the installer form the link given below and start off…
NOTE:
• You can always get product updates, application notes, latest Version and sample programs from :

Download TRI C : http://triindia.co.in/download/tric_Package.zip

For Technical Support Drop A mail On :support-tric@triindia.co.in

Leave a Reply