This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

fds is not working in buttonless DFU

Hello All,

I am working on the nrf52810 ,

Using sdk 15.3 .

I am working on the DFU feature on my application.

I have successfully integrated the my application with the buttonless DFU and its working properly.

Now I have added the fds feature to that but its not woking.

if i use fds in my application without buttonless DFU its working properly, but if i integrate fds with dfu its not working.

I have followed some post but not getting main cause.

If anyone know this issue how to solve please let me know .

What modification is required ?

Please check my file below. 

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**
* Copyright (c) 2014 - 2019, Nordic Semiconductor ASA
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form, except as embedded into a Nordic
* Semiconductor ASA integrated circuit in a product or a software update for
* such product, must reproduce the above copyright notice, this list of
* conditions and the following disclaimer in the documentation and/or other
* materials provided with the distribution.
*
* 3. Neither the name of Nordic Semiconductor ASA nor the names of its
* contributors may be used to endorse or promote products derived from this
* software without specific prior written permission.
*
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Waiting for your valuable response.

Regards,

Rohit