From a9c1bf32551cc4c28144a495912172b2f70bdd76 Mon Sep 17 00:00:00 2001 From: Dan White Date: Sun, 1 Jan 2012 16:07:37 -0600 Subject: [PATCH] Typo in memory map --- ns430-atoi.mmap | 2 +- rom-label.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ns430-atoi.mmap b/ns430-atoi.mmap index cb1e5bd..c542064 100644 --- a/ns430-atoi.mmap +++ b/ns430-atoi.mmap @@ -75,7 +75,7 @@ memory map inferred from VHDL: 0000 0001 101x xx00 000x PDSR_A 0000 0001 1010 0000 0000 #PADSR = 1a00h 0000 0001 101x xx00 001x PDSR_B -0000 0001 1010 0000 0010 #PADSR = 1a02h +0000 0001 1010 0000 0010 #PBDSR = 1a02h 0000 0001 101x xx00 010x OEN_A 0000 0001 1010 0000 0100 #PAOEN = 1a04h 0000 0001 101x xx00 011x OEN_B diff --git a/rom-label.asm b/rom-label.asm index 75665f0..bca4727 100644 --- a/rom-label.asm +++ b/rom-label.asm @@ -29,7 +29,7 @@ Symbol Table: AES_EXPKEY: 0x0720 AES_EXPKEY_SIZE: 0x00e0 PADSR: 0x1a00 - PADSR: 0x1a02 + PBDSR: 0x1a02 PAOEN: 0x1a04 PBOEN: 0x1a06 PAOUT: 0x1a08 -- 2.25.1