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

NFC issue when migrating to SDK11

Hi,

I wrote the firmware in SDK 11 preview, and when migrating it to SDK 11 the NFC code does not work, also it seems when the NFC startup code is executed none of the GPIO interrupts work either.
The NFC code is same as in the example.

What could be causing the problem?

Parents Reply
  • Hi,

    I spent more time with it, there is nothing wrong with the gpio interrupts after all, its just that the initialization of those happens after the nfc code which seems to glitch.

    I tried the bare nfc example from sdk11 and it does not work either. But when I try the sdk12 example it works.

    Edit: I tried an older copy of sdk11 that i had and its the same problem, won't work.
    Can you verify that the nfc example works on sdk11?

Children
Related