mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-23 16:17:46 +08:00
bsp_howto: Fix ASCII figure.
This commit is contained in:
parent
9aafb39c88
commit
4e71fe2687
@ -313,17 +313,17 @@ When the microprocessor accesses a memory area, address decoding is handled by
|
|||||||
an address decoder, so that the microprocessor knows which memory chip(s) to
|
an address decoder, so that the microprocessor knows which memory chip(s) to
|
||||||
access. The following figure illustrates this:
|
access. The following figure illustrates this:
|
||||||
|
|
||||||
.. code-block::
|
.. code-block:: c
|
||||||
|
|
||||||
+-------------------+
|
+-------------------+
|
||||||
------------| |
|
------------| |
|
||||||
------------| |------------
|
------------| |------------
|
||||||
------------| Address |------------
|
------------| Address |------------
|
||||||
------------| Decoder |------------
|
------------| Decoder |------------
|
||||||
------------| |------------
|
------------| |------------
|
||||||
------------| |
|
------------| |
|
||||||
+-------------------+
|
+-------------------+
|
||||||
CPU Bus Chip Select
|
CPU Bus Chip Select
|
||||||
|
|
||||||
The Chip Select registers must be programmed such that they match the
|
The Chip Select registers must be programmed such that they match the
|
||||||
``linkcmds`` settings. In the gen68340 BSP, ROM and RAM addresses can be found
|
``linkcmds`` settings. In the gen68340 BSP, ROM and RAM addresses can be found
|
||||||
|
Loading…
x
Reference in New Issue
Block a user