home
inside
What's inside the 8051:
- core, including the internal RAM (and ALU, memory controller, instruction decoder etc. - all this normally hidden to the user) - this is the part which executes the program (see SW model )
- program memory - if it is EPROM or FLASH, we can burn the program into it
- peripherals - core accesses them via SFRs:
- timers/counters?
- UART?
- inputs/outputs? (IO)
- interrupts?
- reset? logic
- clock? circuits (incl. oscillator)
- external memory? interface