• t89c51ac2 interrupt
    Hi i am very new to assembly langauge and im studying it at college, ive only had 5 1 hour lessons so im just gettting my head around how every thing works. we have a robot called robo51 that uses the...
  • t89c51ac2 interrupt
    Hi i am very new to assembly langauge and im studying it at college, ive only had 5 1 hour lessons so im just gettting my head around how every thing works. we have a robot called robo51 that uses the...
  • T89C51AC2 Atmel problems - RAMSIZE(256);
    Got myself one of the development boards. Anyway, when I have a small program, everything is fine and works. Now when I write any function remotely decent sized, I get an IO Error that the file cannot...
  • T89C51AC2 Atmel problems - RAMSIZE(256);
    Got myself one of the development boards. Anyway, when I have a small program, everything is fine and works. Now when I write any function remotely decent sized, I get an IO Error that the file cannot...
  • Problem in PWM and UART (T89C51AC2)
    #include <t89c51ac2.h> //#include <math.h> void serialInterrupt (void); volatile char uart_data; char duty; void main(void) { // Set up UART mode SCON = 0x50; // uart in mode 1 (8 bit), REN=1 ...