You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have tested the FDS part of this code on nrf51/SDK11.
I found it needs the volatile keyword to write_flag declaration in order to work, otherwise the flag is raised in the my_fds_evt_handler interrupt callback but the main will remain block in the flag test.
Hope this help.
Regards,
Bruno
The text was updated successfully, but these errors were encountered:
Hi,
I have tested the FDS part of this code on nrf51/SDK11.
I found it needs the volatile keyword to write_flag declaration in order to work, otherwise the flag is raised in the my_fds_evt_handler interrupt callback but the main will remain block in the flag test.
Hope this help.
Regards,
Bruno
The text was updated successfully, but these errors were encountered: