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.
解決済! 解決策の投稿を見る。
Hello,
Hope you are doing well.
Unfortunately, the config tool is not supported by the wireless examples. The new file created is most likely changing some set up that the example has.
However, you could use the config tool in a different example and only copy the pin set up and configurations to your wireless project.
Sorry for any inconvenience that may cause you.
Best Regards,
Ana Sofia.
Hello,
Hope you are doing well.
Unfortunately, the config tool is not supported by the wireless examples. The new file created is most likely changing some set up that the example has.
However, you could use the config tool in a different example and only copy the pin set up and configurations to your wireless project.
Sorry for any inconvenience that may cause you.
Best Regards,
Ana Sofia.