From faeb101f5e5481ed4fd1c3c16edc04f1ac2ece1a Mon Sep 17 00:00:00 2001 From: marcoveeneman Date: Sat, 8 Oct 2016 17:44:38 +0200 Subject: Commented some redefined Cortex-M register blocks in hw_memmap.h. --- os/common/ext/TivaWare/inc/hw_memmap.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'os/common') diff --git a/os/common/ext/TivaWare/inc/hw_memmap.h b/os/common/ext/TivaWare/inc/hw_memmap.h index 85e4b21..dafd4f7 100644 --- a/os/common/ext/TivaWare/inc/hw_memmap.h +++ b/os/common/ext/TivaWare/inc/hw_memmap.h @@ -142,10 +142,10 @@ #define DES_BASE 0x44038000 // Data Encryption Standard // Accelerator (DES) #define LCD0_BASE 0x44050000 // LCD Controller -#define ITM_BASE 0xE0000000 // Instrumentation Trace Macrocell -#define DWT_BASE 0xE0001000 // Data Watchpoint and Trace -#define FPB_BASE 0xE0002000 // FLASH Patch and Breakpoint -#define NVIC_BASE 0xE000E000 // Nested Vectored Interrupt Ctrl -#define TPIU_BASE 0xE0040000 // Trace Port Interface Unit +// #define ITM_BASE 0xE0000000 // Instrumentation Trace Macrocell +// #define DWT_BASE 0xE0001000 // Data Watchpoint and Trace +// #define FPB_BASE 0xE0002000 // FLASH Patch and Breakpoint +// #define NVIC_BASE 0xE000E000 // Nested Vectored Interrupt Ctrl +// #define TPIU_BASE 0xE0040000 // Trace Port Interface Unit #endif // __HW_MEMMAP_H__ -- cgit v1.2.3