Posted on December 01, 2005 at 11:32Hello! I need help in programming the above mentioned chip. I use DataBlaze & Indart stx for programming. I want to work with crystall oscillator 8mhz installed between osc1 & osc2. For the first programming i con...
Posted on August 24, 2005 at 09:23I wrote C code for Timer A interrupt. Each interrupt entrance I change PortD value according to changing of x in the same interrupt. x is the global volatile unsigned char. The code works well. The same code but, wh...
Posted on August 22, 2005 at 11:15I am new to st7. I work with st72521 & indart-stx with metrowerk compiler. I wrote code for Real Time clock interrupt. Fcpu 8Mhz MCCSR=0x0E; ITSPR0=0xD7; My inerrupt function is: #pragma TRAP_PROC SAVE_REGS void Rea...