3-12
M5275EVB User’s Manual
Commands
BS
Block Search
Usage:BS<width> begin end data
The BS command searches a contiguous block of memory starting at address begin,
stopping at address end, for the value data. <Width> modifies the size of the data that is
compared during the search. If no <width> is specified, the default of word sized data is
used.
The values for addresses begin and end may be absolute addresses specified as hexadecimal
values, or symbol names. The value for data may be a symbol name or a number converted
according to the user-defined radix, normally hexadecimal.
This command first aligns the starting address for the data access size, and then increments
the address accordingly during the operation. Thus, for the duration of the operation, this
command performs properly-aligned memory accesses.
Examples:
To search for the 16-bit value 0x1234 in the memory block starting at 0x00040000 and
ending at 0x00080000:
bs
40000 80000 1234
This reads the 16-bit word located at 0x00040000 and compares it against the 16-bit value
0x1234. If no match is found, then the address is incremented to 0x00040002 and the next
16-bit value is read and compared.
To search for the 32-bit value 0xABCD in the memory block starting at 0x00040000 and
ending at 0x00080000:
bs.l
40000 80000 ABCD
This reads the 32-bit word located at 0x00040000 and compares it against the 32-bit value
0x0000ABCD. If no match is found, then the address is incremented to 0x00040004 and
the next 32-bit value is read and compared.
Summary of Contents for ColdFire MCF5274
Page 8: ...4 M5275EVB User s Manual Freescale CONTENTS Paragraph Number Title Page Number...
Page 37: ...Chapter 2 Initialization and Setup 2 7 Installation and Setup Figure 2 5 Jumper Locations...
Page 84: ...Troubleshooting Network Problems A 4 M5275EVB User s Manual...
Page 85: ...Appendix B Schematics B 1 Appendix B Schematics B 1 M5275EVB Schematics...
Page 86: ...M5275EVB Schematics B 2 M5275EVB User s Manual...
Page 87: ...MOTOROLA Appendix B Schematics B 3 M5275EVB Schematics...
Page 88: ...M5275EVB Schematics B 4 M5275EVB User s Manual...
Page 89: ...MOTOROLA Appendix B Schematics B 5 M5275EVB Schematics...
Page 90: ...M5275EVB Schematics B 6 M5275EVB User s Manual...
Page 91: ...MOTOROLA Appendix B Schematics B 7 M5275EVB Schematics...
Page 92: ...M5275EVB Schematics B 8 M5275EVB User s Manual...
Page 93: ...MOTOROLA Appendix B Schematics B 9 M5275EVB Schematics...
Page 94: ...M5275EVB Schematics B 10 M5275EVB User s Manual...
Page 95: ...MOTOROLA Appendix B Schematics B 11 M5275EVB Schematics...
Page 96: ...M5275EVB Schematics B 12 M5275EVB User s Manual...
Page 97: ...MOTOROLA Appendix B Schematics B 13 M5275EVB Schematics...
Page 98: ...M5275EVB Schematics B 14 M5275EVB User s Manual...
Page 99: ...MOTOROLA Appendix B Schematics B 15 M5275EVB Schematics...
Page 100: ...M5275EVB Schematics B 16 M5275EVB User s Manual...
Page 101: ...Appendix C M5275EVB BOM C 1 Appendix C M5275EVB BOM C 1 M5275EVB BOM...