There are some issues with installing the JN5189 routines

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

There are some issues with installing the JN5189 routines

1,615 Views
LChll
Contributor III

There are some issues with installing the JN5189 routines,My SDK does not match when importing the project, but I installed the 1260 documentation operation.Failed to compile.DRA}F@A(_$KL4DZXP5(UJ0Y.pngXOU03[4H3ZWB77QQK(SPDND.png

ad
Labels (1)
0 Kudos
4 Replies

1,540 Views
Sebastian_Del_Rio
NXP Employee
NXP Employee

Hi Linklai, I hope you're doing well!

Could you please try the following procedure to ensure that the Application Notes compile successfully?:

First, the Application Note's Makefile needs to be changed for the corresponding chip:

 

# Set specific chip     (choose one)
#JENNIC_CHIP           ?= K32W061
#JENNIC_CHIP           ?= K32W041
JENNIC_CHIP           ?= JN5189
#JENNIC_CHIP           ?= JN5188

And the toolchain path needs to be changed to your corresponding MCUXpresso Version:

 

# Toolchain paths
TOOLCHAIN_DIR_PATH  = ../../../../../MCUXpressoIDE_11.2.0_4120/ide/tools
TOOLCHAIN_PATH      = $(TOOLCHAIN_DIR_PATH)/bin

 

The MCU Settings must be configured to use the JN5189 driver:

 pastedImage_3.png

In the project's settings, please add the following build command to the options:

DEBUG=HW

 

Like so:

 pastedImage_4.png

And finally, the compiled .axf file needs to be selected in the debug configuration:

pastedImage_7.png

Note: Be sure that the JP4 and JP7 are shorted as 3-4 on the board.

Please let me know if you need any more information or have any further issues.

 

Best regards,

Sebastian

1,540 Views
LChll
Contributor III

}NCFSGB85C~5JRQM[`ZKL~I.png

  • Installing the latest 2.6.1SDK also has this problem

ad
0 Kudos

1,540 Views
Sebastian_Del_Rio
NXP Employee
NXP Employee

Hi Linklai,

 

Thank you very much for your feedback.

 

We are taking a look at this issue, in the meantime, we recommend doing the steps detailed above to successfully compile the application notes.

 

Best regards,

Sebastian

0 Kudos

1,437 Views
LChll
Contributor III

After I updated the latest routine, there was still a problem in the last step of compilation. Is this due to the unsuccessful installation of Python?M]XLK3F6SH]I6{15N_Q~$5R.png

ad
0 Kudos