From ec4fccb3f7748278b559371045daddc486205928 Mon Sep 17 00:00:00 2001 From: Jean Pierre Dudey Date: Mon, 16 Mar 2020 14:58:21 -0500 Subject: [PATCH] cc26xx_cc13xx: add PERIPH_BASE_NONBUF Signed-off-by: Jean Pierre Dudey --- cpu/cc26xx_cc13xx/include/cc26xx_cc13xx.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx.h index 6b43769607..150560d9e8 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx.h @@ -119,8 +119,9 @@ typedef enum IRQn /** @ingroup cpu_specific_peripheral_memory_map * @{ */ -#define FLASH_BASE 0x00000000 /**< FLASH base address */ -#define PERIPH_BASE 0x40000000 /**< Peripheral base address */ +#define FLASH_BASE 0x00000000 /**< FLASH base address */ +#define PERIPH_BASE 0x40000000 /**< Peripheral base address */ +#define PERIPH_BASE_NONBUF 0x60000000 /**< Peripheral base address (nonbuf) */ /*@}*/ #ifdef __cplusplus