This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2640R2F: CC2640R2F

Part Number: CC2640R2F

Hi,

I'm trying to implement On-chip OAD support for my custom board based on CC2640R2FRHBR.

So what I understood is we should have 2 applications, one is persistent App which has OAD service and other is User App which is our custom App.

I tried flashing through OAD and it worked.

I have implemented watchdog in my Custom user app, so in case if my code stuck in between due to some software problem then the boards resets and everything will work normally.

But now the problem is if board resets then seems like the user app is erased and Persistent App is loaded.

So please help me solve this issue.

Thanks in advance.