GENFSK app fails to build: zb_cmsis_nvic_virtual.h not found

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

GENFSK app fails to build: zb_cmsis_nvic_virtual.h not found

ソリューションへジャンプ
278件の閲覧回数
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 解決策
245件の閲覧回数
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 返信
246件の閲覧回数
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 件の賞賛
返信