Object Oriented programming on 8-bit MCU Case Study
Posted
by
Calvin Grier
on Programmers
See other posts from Programmers
or by Calvin Grier
Published on 2012-06-08T18:53:28Z
Indexed on
2012/06/09
4:46 UTC
Read the original article
Hit count: 354
object-oriented
|embedded
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?
© Programmers or respective owner