Instructions Circuit Diagram
- 72 -
After the transmission of a program the microcontroller stops execu-
ting the bootloader and starts the execution of the received and newly
stored program.
The bootloader occupies a permanent and protected area in the
normal microcontroller ‘Flash’-memory and cannot be altered or de-
leted without special tools. The area is protected against erasure and
modicationsandyouwillfeelsafeatprogrammingthesystem.
Developing programs
How do I start developing a program?
In fact we will use the following method:
You will ‘write’ a YETI-program in a text editor, using a special ‘langu-
age’.Havingcompletedthetextleyouwilltranslatethetextleto
anotherlecontaininginstructions,whichmaybeunderstoodbythe
microcontrollersystemandiscalleda‘hex’-le.Andnallywewilluse
thepreviouslydescribed‘Flash’-programtotransferthe‘hex’-letothe
YETI.
We might even consider writing a program for the microcontroller by
editing ‘hex’-instructions! Although you may succesfully complete small
programs, you will soon consider this method being too complicated
and return to the standard programming method.