Hi, I have a problem compiling JN-AN-1247-Zigbee-3-0-IoT-Control-Bridge
Using SDK 12.6.12 I am missing PDUMConfig.exe and ZPSConfig.exe (this is using windows), referenced line 398, 399 in the Makefile
When using 12.6.13 I'm missing device.mk and platform.mk. Referenced line 92, 93 in config_ZBPro.mk
Where would I get any of these files?
Hello @Avco
Hope you are doing well.
Could you please confirm that you have followed the instructions listed in JN-AN-1260 Zigbee 3 Getting Started? Section 5.3 SDK Installation describes the steps required for a correct installation of the JN5189 SDK. Also, Section 5.8 Application Note Installation describes how to install, compile and program these App Notes.
Regards,
Eduardo.
Hi Eduardo,
Yes that is what I followed. I have even uninstalled everything and reinstalled but device.mk, referenced in config_ZBPro.mk line 92, is missing and it is not on my system anywhere.
Mark
Hi,
Could you share your MCUXpresso IDE version and JN-AN-1247 version?
Regards,
Eduardo.
Sure - IDE 11.8.0.1165, JN-AN-1247 says 2007 in the version.txt file, website says Rev 2.7.
Hi,
According to JN-AN-1247 v2007 Release Notes, this app note was tested with MCUXpresso IDE v11.5.0 build 7232 and JN5189 SDK v2.6.8.
Perhaps you can try downloading the JN5189 SDK again; the Zigbee Application Notes should expect the folder to be named JN5189DK6, so you must rename the downloaded ZIP to JN5189DK6.zip before dragging and dropping the zip file into the Installed SDK pane.
Also, if you are using the default MCUXpresso installation settings, make sure the Workspace folder path is C:\NXP\Workspace; the project path is C:\NXP\Workspace\JN-AN-1247 (the app note folder must not be contained inside any other folder, for example C:\NXP\Workspace\JN-AN-1247\JN-AN-1247); and no other JN5189 SDK has been installed or is contained in C:\nxp\SDKPackages path.
Regards,
Eduardo.