• RAMSIZE PARAMETER OUT OF RANGE
    Hi, The linker BL51 generates this error: *** FATAL ERROR L228: RAMSIZE PARAMETER OUT OF RANGE I workunder silicon labs ide, has someone an idea how to parameter the Ram, and where ? Thx
  • 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...
  • 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 ...
  • A/D Example program (C51) for T89c51ac2
    Dear All, I am a new 8051 user. I can only search the A/D example program for T87C5111 in atmel. I would like to know what if i want to write a simple A/D program for T89c51ac2. Would any people...
  • CRC for 256 byte data
    Can the following code be used for detecting an error in a data packet of 256 bytes? /* * Function: Do_CRC8 * * Description: * Computes the CRC value given the byte and the old CRC value as a static...