DEMO9S08LL16 Freescale, DEMO9S08LL16 Datasheet - Page 6

no-image

DEMO9S08LL16

Manufacturer Part Number
DEMO9S08LL16
Description
Manufacturer
Freescale
Datasheet

Specifications of DEMO9S08LL16

Lead Free Status / RoHS Status
Supplier Unconfirmed

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
DEMO9S08LL16
Manufacturer:
ALL
Quantity:
80
Run and Debug Example
Code On Board
1. Start CodeWarrior by selecting it in the Windows
2. From the CodeWarrior main menu, choose “File >
3. Click “Open.” The Project window will open.
4. The C code of this example is contained in the
5. From the main menu, choose “Project > Debug.”
6. A new debugger environment will open. From the
Start menu.
Open” and choose the DEMOLL16_Quick_Start.
mcp that is found in the DEMOLL_Toolkit\DEMOLL_
Software_Examples\DEMOLL16_Quick_Start
directory. This is the board example you copied from
the Getting Started DVD included with the demo
board tool kit.
“main.c” file. Double click on it to open it.
This will compile the source code, generate an
executable file and download it to the demo board.
main menu, choose “Run > Start/Continue.” The
program will be executed in real-time.
STEP
4
7. From the main menu, choose “Run > Halt.” The
8. From the main menu, choose “Run > Single Step.”
9. From the main menu, choose “Run > Start/
Now that you have successfully completed
the software and hardware setup, test your
board by running the demo board application
pre-loaded in the microcontroller’s on-chip
flash memory. For information on how to use
the demonstration code, please refer to the
DEMO9S08LL16 Labs document
(DEMO9S08LL16LAB).
program execution will stop. The next instruction to
be executed is highlighted in the Source window.
The instruction highlighted in the Source window
will be executed, and the program execution will be
stopped immediately after.
Continue.” The application will restart from where it
was previously stopped.