CHAPTER 4 BUS CONTROL FUNCTION
99
User’s Manual U15195EJ5V0UD
4.9 Boundary Operation Conditions
4.9.1 Program space
(1) Branching to the on-chip peripheral I/O area or successive fetches from the internal RAM area to the on-chip
peripheral I/O area are prohibited. If the above is performed (branching or successive fetch), the data to be
fetched is undefined and the operation is not guaranteed.
(2) If a branch instruction exists at the upper limit of the internal RAM area, a prefetch operation (invalid fetch)
that straddles over the on-chip peripheral I/O area does not occur.
4.9.2 Data
space
The V850E/IA2 is provided with an address misalign function.
Through this function, regardless of the data format (word data, halfword data, or byte data), data can be allocated
to all addresses. However, in the case of word data and halfword data, if the data is not subject to boundary
alignment, the bus cycle will be generated at least 2 times and bus efficiency will drop.
(1) In the case of halfword-length data access
When the address’s LSB is 1, the byte-length bus cycle will be generated 2 times.
(2) In the case of word-length data access
(a) When the address’s LSB is 1, bus cycles will be generated in the order of byte-length bus cycle,
halfword-length bus cycle, and byte-length bus cycle.
(b) When the address’s lowest 2 bits are 10, the halfword-length bus cycle will be generated 2 times.