GENFSK app fails to build: zb_cmsis_nvic_virtual.h not found

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

GENFSK app fails to build: zb_cmsis_nvic_virtual.h not found

跳至解决方案
290 次查看
Brainiac
Contributor II

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.

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
257 次查看
sofiaurueta
NXP Employee
NXP Employee

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.

在原帖中查看解决方案

0 项奖励
回复
1 回复
258 次查看
sofiaurueta
NXP Employee
NXP Employee

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.

0 项奖励
回复