Posted on May 15, 2006 at 12:16hello i would like to know if i can see (in Stvd7 Gui) how much memory of the chip flash memory my program takes?? thanks ohad.
Posted on May 14, 2006 at 13:28hello i want do use big arrays and i can not compile this program. my program is : #include char data1[200]; char data2[200]; void main(void) { } can any one help me??
Posted on May 04, 2006 at 07:11Hello Luca Can u tell me how do i clear the Interrupt Flag?? after I get in to interrupt routine i have added: @interrupt void TIMER_int (void) { char ohad1=0; ohad1=1l; ohad1=12; ohad1=TCSR; TCLR=0; } when I look...
Posted on May 04, 2006 at 05:03hello i wrote a program that operate the timer as a counter. in intetion to create an interrupt. there are 3 problems: 1) the TCHR and TCLR are not going up only the TACR 2) the TOF register never occure never set to 1...