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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/18/13 04:38
Read: times


 
#189253 - Highly integrated devices deprive one of valuable experience
Responding to: ???'s previous message
Mahmood Elnasser said:
I had over three different students asking me to do 8088 chip project for them using eproms
I told them why not use modern chip with built in flash, they said this is what they teach them at college.
Looks like using antique chips students learn more about microcontrollers, latches, multiplexers and digital electronics. Or on the other hand looks like embedded systems develop so fast that lazy educators are not fast to upgrade their courses and experimental work.
What would you do if you were asked to prepare a uC course for students?
Mahmood


Perhaps the nomenclature needs to be more strictly defined, but I have to agree with the notion that " ... using antique chips students learn more about microcontrollers, latches, multiplexers and digital electronics."

Microcontrollers, by contrast with microprocessors, have the resources on-chip, so the "latches, multiplexers and digital electronics" are not so often required. I'd probably steer students in the direction of a microprocessor as the core of a microcontroller course, so that they gain an appreciation of how the internal logic and external logic have to work together. Starting with a monolithic microcontroller such as the self-contained JTAG-equipped chips from SiLabs, among others, which offer little ability to interface external hardware, is a bit limiting. Now, the reason there exists such a wide range of these devices is exactly because there are many things that they might be called upon to do, but they often are available in a variation that has precisely what's needed for a particular task, so no external hardware need be crafted. In most cass, it's possible to use a basic 805x variant of some sort and attach external hardware, but why would one want to do that.

In order to learn the ins and outs of dealing with hardware interfacing, however, it's pretty educational to start with, a Z-80 or 6802, add the clock generator, add the program store and read/write memory, and a bit of I/O, perhaps starting with registers and tristate buffers, and maybe a UART. That way one learns about system timing, interrupts, and other details that one can overlook far too easily with single-chip MCU's.

Some early Motorola MCU's actually were constructed in such a way that the internal bus was observable from the outside if one paid careful attention. Single-chippers started out simple and simply grew in degree of integration with their peripherals and in complexity. Motorola's series of single-chippers, starting with the 8-bit 6801, a contemporary of the 805x series and going up through the 32-bit MCU's in their 68xxx family illustrate that very well.

There's much to learn by fabricating one's own microcontroller system using decades-old hardware, not that anyone would do that in a commercial product, but just as an educational exercise. That's valuable so long as one is after the education and not the work-product.

RE



List of 40 messages in thread
TopicAuthorDate
Regarding Typical memory connection for a ds80c320            01/01/70 00:00      
   drop it!            01/01/70 00:00      
   same question - same answers            01/01/70 00:00      
   It won't work            01/01/70 00:00      
      Andy Neil's previous message            01/01/70 00:00      
         little feet stamping the floor            01/01/70 00:00      
            little feet stamping the floor            01/01/70 00:00      
               Erik doesn't like it when you don't do what he wants            01/01/70 00:00      
                  KISS            01/01/70 00:00      
                     Not exactly ...            01/01/70 00:00      
                        I find it odd that you            01/01/70 00:00      
                           just to add            01/01/70 00:00      
                              If you really want to use ds80c320            01/01/70 00:00      
                                 Not necessary ...            01/01/70 00:00      
                                    What about the other option?            01/01/70 00:00      
                                    Yes, but ..            01/01/70 00:00      
                              So your development cycle will be...            01/01/70 00:00      
                           What about that other post?            01/01/70 00:00      
                              reply to all            01/01/70 00:00      
                                 'something'            01/01/70 00:00      
                                    "something" reply            01/01/70 00:00      
                                 Some links to reduce work             01/01/70 00:00      
                                 I'm not surprised ...             01/01/70 00:00      
                                    down memory lane            01/01/70 00:00      
                                       Antique chips            01/01/70 00:00      
                                          in my opinion            01/01/70 00:00      
                                             Just where, under the hood, can you look?            01/01/70 00:00      
                                                this applies equally well            01/01/70 00:00      
                                                   Did he say he wants apples?            01/01/70 00:00      
                                          Highly integrated devices deprive one of valuable experience            01/01/70 00:00      
                                       the only difference ...             01/01/70 00:00      
                                          a monitor can not             01/01/70 00:00      
                                             I don't think anyone's that foolish ...             01/01/70 00:00      
                                                I do            01/01/70 00:00      
                                                   He doesn't have to apply external memory            01/01/70 00:00      
                                                      by your posts he does            01/01/70 00:00      
                                                         You have to consider ALL his posts            01/01/70 00:00      
            The bible links            01/01/70 00:00      
               you are right            01/01/70 00:00      
                  Thanks            01/01/70 00:00      

Back to Subject List