is JN5189 supported by the config tool?

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

is JN5189 supported by the config tool?

1,238 Views
jacintomoreno
Contributor III

When I try to configure the pins in the config tool for the jn5189dk6_zigbee_ed_rx_on_bm demo project I get an error:

 

Issue: Processor core 'core0' detected in MCUXpresso_IDE project does not match with currently selected `cm4`
Level: Error
Type: Tool problem
Tool: McuConfiguration
Origin: jn5189dk6_zigbee_ed_rx_off_bm
Resource: Processor Core
Information: -

Any help would be appreciated.

Tags (2)
4 Replies

1,143 Views
jacintomoreno
Contributor III

This has solved the issues, thanks a lot

0 Kudos

1,143 Views
Lukas_Heczko
NXP Employee
NXP Employee

Hi Jacinto,

I analysed the problem and it's caused by incorrect identification of the core in the SDK package. To workaround it, please:

1. In downloaded JN5189 SDK package zip archive, go to the JN5189_manifest_v3_4.xml and JN5189_manifest_v3_5.xml files and change the following line:

<core id="core0_JN5189" name="core0" fpu="false" type="cm4"/>

to:

<core id="core0_JN5189" name="cm4" fpu="false" type="cm4"/>

2. Install the modified SDK package to the MCUXpresso IDE

Let me know if this will resolve the problem.

Regards,

Lukas

1,143 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi Jacinto Moreno

I reproduced the issue. I will check it with config tool team.  Will keep you informed

Thanks,

Jun Zhang

0 Kudos

1,143 Views
jacintomoreno
Contributor III

Thanks, I'll be waiting.

0 Kudos