This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

8255 simulation

Is it possible to simulate the 8255 by a plugin or anything else in keil µvision 2 ?

Greetings

Martin

Parents
  • The 8255 dates back to the late 70's and is obsolete for any use and has been obsolete for '51 use for a longer time.

    Up till a few years ago many lazy instrctors had not removed the antique from their course material (it is work to make new course material) and the various fora were flooded by questions about it. 'Graduates' from those schools were chastised for using the antique in real life projects. As a result I believe it has been 2 years since the 8255 last appeared at 8052.com/keil.com./cygnsl.com/NXP.com.

    Whatever you have to learn to make the 8255 work will teach you wrong approaches since the 8255 is designed for the x86 chips and the hoops to jump through to to use it only apply when attempting to interface something with an x86 concept to a '51 which nobody needs to now that there is legio chips matching the '51 bus.

    20 years ago (a millenium in electronics) the 8255 was the chip of choice (you had no other choice) about then compunents fitting the '51 bus started to come out and anyone with any sense/knowledge sold their 8255s to an antique shop.

    you can refer to
    www.8052.com/.../119914
    www.8052.com/.../119927
    www.8052.com/.../119928

    Anyhow if you attend a school that still teaches the 8255 as the holy grail IMMEDIATELY go request you money back.

    Erik

Reply
  • The 8255 dates back to the late 70's and is obsolete for any use and has been obsolete for '51 use for a longer time.

    Up till a few years ago many lazy instrctors had not removed the antique from their course material (it is work to make new course material) and the various fora were flooded by questions about it. 'Graduates' from those schools were chastised for using the antique in real life projects. As a result I believe it has been 2 years since the 8255 last appeared at 8052.com/keil.com./cygnsl.com/NXP.com.

    Whatever you have to learn to make the 8255 work will teach you wrong approaches since the 8255 is designed for the x86 chips and the hoops to jump through to to use it only apply when attempting to interface something with an x86 concept to a '51 which nobody needs to now that there is legio chips matching the '51 bus.

    20 years ago (a millenium in electronics) the 8255 was the chip of choice (you had no other choice) about then compunents fitting the '51 bus started to come out and anyone with any sense/knowledge sold their 8255s to an antique shop.

    you can refer to
    www.8052.com/.../119914
    www.8052.com/.../119927
    www.8052.com/.../119928

    Anyhow if you attend a school that still teaches the 8255 as the holy grail IMMEDIATELY go request you money back.

    Erik

Children