1

I see that there's a lot of questions related to OO Programming here. I'm actually trying to find a specific resource related to embedded OO approaches for an 8 bit MCU.

Several years back (maybe 6) I was looking for material related to Object Oriented programming for resource constrained 8051 microprocessors. I found an article/website with a case history of a design group that used a very small RAM part, and implemented many Object based constructs during their C design and development. I believe it was an 8051. The project was a success, and managed to stay inside the very small ROM/RAM they had available.

I'm attempting to find it again, but Google can't locate it. The article was well written, and recommended a "mixed" approach using C methods for inheritance and encapsulation - if I recall correctly.

Can anyone help me locate this article?

gnat
20.5k29 gold badges117 silver badges308 bronze badges
asked Jun 8, 2012 at 18:53

1 Answer 1

1

I suspect you're not referring to Embedded C++ or Wikipedia on Embedded C++

This 8051 projects forum appeared to have something similar to what you were talking about.

And there, the magic search terms appear to be

www.engg.le.ac.uk/books/Pont/ec51.htm
www.engg.le.ac.uk/books/Pont/ec51bugs.pdf
www.le.ac.uk/engineering/mjp9/pttesguide.htm

The first two URLs redirect to the Leicester Engineering site. The last one goes through. And a google search of that reveals some hits that are also linked to from the third link. You may be able to find the professor who owns the course and see if the pdf is available.

This is the Professor's site

answered Jun 8, 2012 at 20:13
1
  • As you guessed, I wasn't referring to Wikipedia. However, there's a bunch of stuff listed on the professor's website - thanks for that link. However, this might be the article I was looking for here: eetindia.co.in/STATIC/PDF/200011/… Commented Jun 9, 2012 at 0:36

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.