[ID850QB] Data Confirmation
Contents
FAQ-ID = ID850QB_Data- nnnn
ID850QB_Data -0945
|
An attempt was made to write data to an area set in big endian on the Memory window, but it was located in memory as if it were little endian.
|
| Q1 |
Data was written to an area set in big endian by the Endian Configuration register (BEC) on the Memory window,
but it was located in little endian in memory.
|
| A1 |
Correctly write or read data to/from an area of big endian as follows.
- If memory of big endian is accessed only in word units and if data is aligned in word length,
set "Access Size" to 32 bits for the memory area in the Configuration dialog box of the debugger.
- If memory of big endian is accessed only in half-word units and if data is aligned in half-word lengths,
set "Access Size" to 16 bits for the memory area in the Configuration dialog box of the debugger.
|
 |
|
(2006/08)
|
 |
|
|