i want to store and retrieve data in flash. i followed steps as in the sdk infocenter but i am not getting the interrupt after fs_store(). Actually return value of fs_store() i am getting success but interrupt is not executed. i changed only the start address of write as in the program // p_config_i->p_start_addr = p_current_end - (p_config_i->num_pages * FS_PAGE_SIZE_WORDS);
to p_config_i->p_start_addr = p_current_end - 50 * FS_PAGE_SIZE_WORDS;
because i think if write in the beginning addresses it may corrupt the board.i AM using a soft device also.is the start address assignment got any problem. so my registered interrupt is not serviced, how to sort out this problem