Skip to content

Commit

Permalink
fix Cortex-M7 parameter table
Browse files Browse the repository at this point in the history
  • Loading branch information
NValsted committed Jun 19, 2024
1 parent efdc9d0 commit 3df203f
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions doc/disco-2/software/cortex-m7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,48 +11,10 @@ The following ``libparam`` parameters are exposed on the CSP node representing t
+--------------------------------+------------+-----------------------------------------------------+
| Parameter Name | Type | Description |
+================================+============+=====================================================+
| **System registers** | | |
+--------------------------------+------------+-----------------------------------------------------+
| GPC__SLPCR | uint32 | System low power control register |
+--------------------------------+------------+-----------------------------------------------------+
| GPC__LPCR_A53_BSC | uint32 | Basic Low power control register of A53 platform |
+--------------------------------+------------+-----------------------------------------------------+
| GPC__LPCR_A53_AD | uint32 | Advanced Low power control register of A53 platform |
+--------------------------------+------------+-----------------------------------------------------+
| GPC__LPCR_M7 | uint32 | Low power control register of M7 CPU |
+--------------------------------+------------+-----------------------------------------------------+
| GPC__MLPCR | uint32 | Memory low power control register |
+--------------------------------+------------+-----------------------------------------------------+
| GPC_PGC__A53SCU_PUPSCR | uint32 | GPC PGC Up Sequence Control Register |
+--------------------------------+------------+-----------------------------------------------------+
| GPIO1__DR | uint32 | GPIO1 data register |
+--------------------------------+------------+-----------------------------------------------------+
| GPIO1__GDIR | uint32 | GPIO1 direction register (input/output) |
+--------------------------------+------------+-----------------------------------------------------+
| GPIO2__DR | uint32 | GPIO2 data register |
+--------------------------------+------------+-----------------------------------------------------+
| GPIO2__GDIR | uint32 | GPIO2 direction register (input/output) |
+--------------------------------+------------+-----------------------------------------------------+
| GPIO3__GDIR | uint32 | GPIO3 direction register (input/output) |
+--------------------------------+------------+-----------------------------------------------------+
| GPIO4__GDIR | uint32 | GPIO4 direction register (input/output) |
+--------------------------------+------------+-----------------------------------------------------+
| GPIO5__GDIR | uint32 | GPIO5 direction register (input/output) |
+--------------------------------+------------+-----------------------------------------------------+
| MUB__SR | uint32 | MU Status register |
+--------------------------------+------------+-----------------------------------------------------+
| RDC__STAT | uint32 | RDC Status register |
+--------------------------------+------------+-----------------------------------------------------+
| TMU__TSCR | uint32 | Sensor Calibration register |
+--------------------------------+------------+-----------------------------------------------------+
| TMU__TRITSR | uint32 | Immediate Temperature Site register n |
+--------------------------------+------------+-----------------------------------------------------+
| TMU__TRATSR | uint32 | Average Temperature Site register n |
| **Application parameters** | | |
+--------------------------------+------------+-----------------------------------------------------+
| wake_a53 | uint8 | Send wake signal to A53 peer core |
+--------------------------------+------------+-----------------------------------------------------+
| **Application parameters** | | |
+--------------------------------+------------+-----------------------------------------------------+
| a53_status | uint8 | A53 peer core status |
+--------------------------------+------------+-----------------------------------------------------+
| tmu_reading | uint16 | TMU temperature reading |
Expand Down Expand Up @@ -95,6 +57,44 @@ The following ``libparam`` parameters are exposed on the CSP node representing t
+--------------------------------+------------+-----------------------------------------------------+
| p_double | double | double array (16) |
+--------------------------------+------------+-----------------------------------------------------+
| **System registers** | | |
+--------------------------------+------------+-----------------------------------------------------+
| GPC__SLPCR | uint32 | System low power control register |
+--------------------------------+------------+-----------------------------------------------------+
| GPC__LPCR_A53_BSC | uint32 | Basic Low power control register of A53 platform |
+--------------------------------+------------+-----------------------------------------------------+
| GPC__LPCR_A53_AD | uint32 | Advanced Low power control register of A53 platform |
+--------------------------------+------------+-----------------------------------------------------+
| GPC__LPCR_M7 | uint32 | Low power control register of M7 CPU |
+--------------------------------+------------+-----------------------------------------------------+
| GPC__MLPCR | uint32 | Memory low power control register |
+--------------------------------+------------+-----------------------------------------------------+
| GPC_PGC__A53SCU_PUPSCR | uint32 | GPC PGC Up Sequence Control Register |
+--------------------------------+------------+-----------------------------------------------------+
| GPIO1__DR | uint32 | GPIO1 data register |
+--------------------------------+------------+-----------------------------------------------------+
| GPIO1__GDIR | uint32 | GPIO1 direction register (input/output) |
+--------------------------------+------------+-----------------------------------------------------+
| GPIO2__DR | uint32 | GPIO2 data register |
+--------------------------------+------------+-----------------------------------------------------+
| GPIO2__GDIR | uint32 | GPIO2 direction register (input/output) |
+--------------------------------+------------+-----------------------------------------------------+
| GPIO3__GDIR | uint32 | GPIO3 direction register (input/output) |
+--------------------------------+------------+-----------------------------------------------------+
| GPIO4__GDIR | uint32 | GPIO4 direction register (input/output) |
+--------------------------------+------------+-----------------------------------------------------+
| GPIO5__GDIR | uint32 | GPIO5 direction register (input/output) |
+--------------------------------+------------+-----------------------------------------------------+
| MUB__SR | uint32 | MU Status register |
+--------------------------------+------------+-----------------------------------------------------+
| RDC__STAT | uint32 | RDC Status register |
+--------------------------------+------------+-----------------------------------------------------+
| TMU__TSCR | uint32 | Sensor Calibration register |
+--------------------------------+------------+-----------------------------------------------------+
| TMU__TRITSR | uint32 | Immediate Temperature Site register n |
+--------------------------------+------------+-----------------------------------------------------+
| TMU__TRATSR | uint32 | Average Temperature Site register n |
+--------------------------------+------------+-----------------------------------------------------+

Application components
---------------
Expand Down

0 comments on commit 3df203f

Please sign in to comment.