HI
[environment]
· NRF 51822
· SDK 12.3
We are developing application software including DTM.
In the application software, a flag to start DTM using FDS is written in the FLASH area.
During DTM operation, the soft device is disabled and it is operating.
Even if FT is used to write DTM start flag after soft device is set to enable when returning from DTM, no event occurs.
Should not FDS be used in application software including dtm?
soft device, fds Do I need to wait for startup completion at startup?
sequence:
1.pminit soft device enable execution
2. Read dtm activation flag from FLASH area
3. Execute the software device disable
4. Start dtm
5. fdsinit soft device enable execution
6. Write invalid in start flag
Thanks.