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

GPIOTE & NFC not work with RTOS

When using FreeRTOS, external GPIOTE interrupts do not work.

And just how correctly to use the NFC with FreeRTOS?

In examples NFC use app_scheduler for events handling such as:

> ret_code_t err_code = app_sched_event_put(NULL, 0, scheduler_ndef_file_update);
> APP_ERROR_CHECK(err_code);

I'm use SDK15 and S140 v.6.0.0 Production

Parents Reply Children
No Data
Related