Cannot open MCUXpresso Config tools from V11.1

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

Cannot open MCUXpresso Config tools from V11.1

Jump to solution
1,764 Views
tbiberdorf
Contributor IV

I just installed MCUXpresso V11.1

I created a new workspace and created a New Project based on the MK60DN512xxx10 controller.

pastedImage_1.png

I then select the MCUXpresso Config Tools>>Open Peripherals

and I get the following error message:

pastedImage_2.png

It is clearly shown in the Project Explorer window that my project MCU chip is a MK60DN512xxx10

Why can't Config Tools find it?

Thanks

0 Kudos
1 Solution
1,659 Views
liborukropec
NXP Employee
NXP Employee

Hi Terry,

it is because your proxy intercepts the SSL communication and the application correctly refuses tampered communication.

What you can do is to edit c:\nxp\MCUXpressoIDE_11.1.0_3209\ide\mcuxpressoide.ini and add at the end this line (forcing to unsecured http protocol)

-Dcom.nxp.restapi.server=http://mcuxpresso.nxp.com

Regards,

Libor

View solution in original post

0 Kudos
3 Replies
1,659 Views
liborukropec
NXP Employee
NXP Employee

Hello Terry,

there must be some problem with internet connection, typically it is a (authenticated) proxy that does not cooperate with Eclipse, or intercepts secured connection. This can be analyzed from <ide_workspace>/.metadata/.log file - if you attach it here, I can analyze what is the problem.

In the meantime as a workaround, you can download the ZIP archive with Config Tools data for your processor/board from https://mcuxpresso.nxp.com/en/select_config_tools_data  (login required)

This archive can be then imported from File | Import ... :

pastedImage_59.png

Regards,

Libor

0 Kudos
1,659 Views
tbiberdorf
Contributor IV

Hi Libor

Attached is the .log file for analysis

Terry Biberdorf

Sr. Software Engineer

Industrial Business Unit

Littelfuse, Inc.

Tel: +1 605 348 5580 ext 158

Fax: +1 605 348 5685

www.littelfuse.com/industrial<http://www.littelfuse.com/industrial>;

0 Kudos
1,660 Views
liborukropec
NXP Employee
NXP Employee

Hi Terry,

it is because your proxy intercepts the SSL communication and the application correctly refuses tampered communication.

What you can do is to edit c:\nxp\MCUXpressoIDE_11.1.0_3209\ide\mcuxpressoide.ini and add at the end this line (forcing to unsecured http protocol)

-Dcom.nxp.restapi.server=http://mcuxpresso.nxp.com

Regards,

Libor

0 Kudos