• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/7

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

7 Cards in this Set

  • Front
  • Back

microcontroller vs microprocessor

processor designed for fast calculations, with majority of memory and peripherals on separate chips. Controller designed to be small, cheap and low power and have its CPU, memory and peripherals on same integrated circuit.

what is an embedded system

typically a microcontroller+associated electronics used for a specific purpose

what is 'register'

On-chip memory, can hold single piece (word) of data. CPU registers are located near the ALU and use fast memory technology. PIC18F has 1 CPU register, called working register.

what is 'radix'

another term for base of number system - describes how many different symbols there are in number system e.g. binary is base 2



mpasm radix directive sets default base of number system for values in your program

what is 'literal'

constant value stored within machine code instruction

what does memory address bus depth tell you about the memory

it's related to number of individual memory locations within the memory. This number is equal to: 2^(number of bits (wires) in the address bus)

1GiB in MiB

1024 MiB