I just installed MCUXpresso V11.1
I created a new workspace and created a New Project based on the MK60DN512xxx10 controller.
I then select the MCUXpresso Config Tools>>Open Peripherals
and I get the following error message:
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
Solved! Go to Solution.
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
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 ... :
Regards,
Libor
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>;
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