Freescale Semiconductor Microcontrollers User Manual

Page 138

Advertising
background image

Debugger Components

Visualization Utilities

138

Microcontrollers Debugger Manual

Values can be entered in hexadecimal (with preceding 0x), in decimal, in octal (with
preceding 0), or in binary (with preceding &).

To see the IO_Led in the Inspector, as shown in

Figure 3.85

, open the IO_Led with the

context menu Component-Open and then open the Inspector. If the Inspector is already
loaded, select Update from the context menu in the Inspector. Then click on the
Components icon to see the Component list, which now includes the “IO_Led”
component.

Figure 3.85 How to See the IO_Led in the Inspector Window

Expand Object Pool, to see the Leds icon. Click on the Leds icon. On the right side, the
Port_Register and Data_Direction_Register are displayed with their current value. Double
click on the values to change them (

Figure 3.86

).

Figure 3.86 Changing Data_Direction_Register Value

Advertising