Microcontroller 1 Why in the programs in the first instructi
Microcontroller
1) Why in the programs in the first instruction Assembly, usually placed at the address 0x00 is a GOTO?
2) Describe how you propose a solution to a temperature controller, which ran between two temperature extremes, with control hysteresis?
3) How would you propose a C program to blink an LED?
4) How would you propose a program in C to turn on an LED?
Solution
1) That is because we may want to use the Interrupt Vector, and therefore we need to keep it clear of code.
3)
