Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/05/02 06:20
Read: times


 
#25322 - RE: AVR versus 8051 code
Hi Oscar,

if your code was written in C, than most of it can be reused. Only all hardware access must be translated to use the AVR timers, UART and ports.

Nevertheless some times it can be impossible to translate code from the 8051 to the AVR. E.g. if fast interrupt response needed but other interrupts need relative long handling times, then on the 8051 different interrupt priorities can be used. And this is impossible on the AVR.


Peter


List of 4 messages in thread
TopicAuthorDate
AVR versus 8051 code            01/01/70 00:00      
RE: AVR versus 8051 code            01/01/70 00:00      
RE: AVR versus 8051 code            01/01/70 00:00      
RE: AVR versus 8051 code            01/01/70 00:00      

Back to Subject List