Hello,
I’m working on a custom project using the MCUXpresso SDK for the #FRDM-MCXW71, and I’m trying to replicate the setup of an official SDK example (GENFSK-based, no ZigBee)
Here is what I did:
I selected exactly the same SDK components as the example using the Config Tool (ZigBee was not selected)
I matched the RAM and Flash memory configurations
I customized the pin and peripheral configurations for my own application
However, when building the project, I get the following error:
fatal error: zb_cmsis_nvic_virtual.h: No such file or directory
To clarify:
I did not enable any ZigBee components
There is no explicit #include of this file in the source
I could not find any -include option or USE_NVIC_VIRTUAL macro in the build system
Why is this ZigBee-related header being injected, and how can I remove this dependency in a GENFSK-only setup?
Thanks in advance for your support.