diff options
| author | Evan Lojewski <github@meklort.com> | 2020-11-24 09:58:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-24 09:58:39 -0700 |
| commit | 2fc8e98fec9ebffdb8dc6600dde0b5c4ad4b7f9c (patch) | |
| tree | 2a0fc35fb144b23d34738d9e665c4d2d9b28929f /ipxact/APE.xml | |
| parent | 289c1a221a9f5dfb35b7ab883847399b6e4eb3be (diff) | |
| download | bcm5719-ortega-2fc8e98fec9ebffdb8dc6600dde0b5c4ad4b7f9c.tar.gz bcm5719-ortega-2fc8e98fec9ebffdb8dc6600dde0b5c4ad4b7f9c.zip | |
ape: Fix NVIC access. (#176)
- Regenerate headers with correct address
- Enable NVIC access using the HAL
- Enable dumping NVIC registers using bcmregtool.
Diffstat (limited to 'ipxact/APE.xml')
| -rw-r--r-- | ipxact/APE.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipxact/APE.xml b/ipxact/APE.xml index 7f3e136..4798eb6 100644 --- a/ipxact/APE.xml +++ b/ipxact/APE.xml @@ -18,7 +18,7 @@ <ipxact:usage>register</ipxact:usage> <ipxact:volatile>false</ipxact:volatile> </ipxact:addressBlock> - <ipxact:addressUnitBits>32</ipxact:addressUnitBits> + <ipxact:addressUnitBits>8</ipxact:addressUnitBits> </ipxact:memoryMap> <!-- APE Registers: 0x6020_0000 to 6020_8FFF--> |

