I am attempting to get familiar with the NDEF support on the nRF54L15 DK. After creating a copy of a sample based on the WRITABLE_NDEF_MSG example, I create a build configuration targeting the nRF15L15 DK. The attempt to build the project generates 4 "problems", including the following:
- The Button and LED Library for Nordic DKs must be enabled by CONFIG_DK_LIBRARY to be included in the build
- The Non-volatile Storage must be enabled by CONFIG_NVS to be included in the build
The AI Assistant acknowledged the nRF Connect implementation in VSCode was faulty and attempted to guide me through the process of resolving the issue. The assistant prompted me to modify the build configuration to define the configuration file as "prj.conf". This generated additional "problems" on the successive build and the assistant then had me adding the appropriate configuration requirements to the prj.conf file. Unfortunately, I found myself in an endless loop with the assistant attempting to alleviate one problem after another and never achieved a problem-free build.
Is there something else I must do after creating the project to get these configuration issues resolved for a proper build of the sample code under VSCode, or is this a hopeless endeavor?
Best Regards,
Mark