00001 /* Copyright (c) 2009 Nordic Semiconductor. All Rights Reserved. 00002 * 00003 * The information contained herein is confidential property of Nordic 00004 * Semiconductor ASA.Terms and conditions of usage are described in detail 00005 * in NORDIC SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. 00006 * 00007 * Licensees are granted free, non-transferable use of the information. NO 00008 * WARRENTY of ANY KIND is provided. This heading must NOT be removed from 00009 * the file. 00010 * 00011 * $LastChangedRevision: 179 $ 00012 */ 00013 00027 #ifndef HAL_FLASH_HW_H__ 00028 #define HAL_FLASH_HW_H__ 00029 00033 #define HAL_FLASH_PAGE_SIZE 512 00034 00040 #define HAL_DATA_NV_BASE_ADDRESS 0xFE00 00041 00046 #define HAL_DATA_NV_FLASH_PAGES 1 00047 00054 #define HAL_DATA_NV_FLASH_PN0 31 00055 00056 #define HAL_DATA_NV_FLASH_PN1 31 // Unused as HAL_DATA_NV_FLASH_PAGES = 1 00057 00058 #endif //HAL_FLASH_HW_H__ 00059