• porting C code from AVR to 8051
    The code does alot of IO port operations. Keil uses SFR and SBIT declarations whereas the AVR code uses defines to set IO port locations and byte operations to set/clear/test bits. There has to be...
  • avr microcontroller
    How to store 20 bytes of data (the input to the microcontroller is through usart port)temprorailly using a 8 bit microcontroller to prevent the data from being over written
  • AVR ATMega32
    Hi, I am new to AVR micro controller. Did the keil compiler support ATMega32 (8 bit ) controller. Very urgent. Please help me out.. Regards, Kiranmai G
  • code conversion from avr-->arm
    hello ,this is the code i made for interfacing an ultrasonic sensor to atmega8 board, it worked fine... //*atmega8*// #include<avr/io.h> #include<util/delay.h> #include "lcd118010.h" #define...
  • 6809 to 8051 assembly language converter
    I have a potential customer that is interested in porting a 6809 application to the 8051. His 6809 code is all assembly. Does anyone know of any tools that can help him do this?