/* Copyright (c) 2016 Nordic Semiconductor. All Rights Reserved. * * The information contained herein is property of Nordic Semiconductor ASA. * Terms and conditions of usage are described in detail in NORDIC * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. * * Licensees are granted free, non-transferable use of the information. NO * WARRANTY of ANY KIND is provided. This heading must NOT be removed from * the file. * */ #include #define REMAP_TABLE_ADDR (0x20007000UL) void modify_func(void)__attribute__((used)); void error_func(void); #define INSTR_ADDR ((unsigned int )(error_func)&0xFFFFFFFE) #define TARGET_ADDR (unsigned int )(modify_func)&0xFFFFFFFE #define REG_INDEX (0x04UL) int fpb_setup(void);