Hello.
I had been using MCUXpresso 11.1.x and SDK 2.6.5 with ConfigTool for a KW38 project. The project is using ConfigTool for pin muxing.
Everything had worked fine until I moved to MCUXpresso 11.2.0. Now, when I open my project or select ConfigTool perspective, I get the following dialog error message:
"Processor MKW38A512xxx4, ksdk2_0 version is not supported by current version of the tool"
The problem is not in my configuration file. It can be easily reproduced with any example from SDK, in slightly different form since examples do not have .mex ConfigTool files. Procedure is:
- import an SDK example, like temperature sensor
- open ConfigTool perspective
- verify that "MCU is not select" error message occurs in the tool bar, and the list of available processor is empty
I verified the problem is present also with SDK 2.6.6. So I think the problem was introduced in MXUXpresso 11.2.0.
Thank you