I installed the December 10, 2019 version (11.1.0_3209) of the MCUXpresso IDE over the previous version. I have some issues with it:
1. My documents folder is in drive D, as my drive C is a fast and small SDD for boot. Still, MCUXpresso created folders in my C drive:
C:\Users\<username>\mcuxpresso\02\SDKPackages
C:\Users\<username>\Documents\MCUXpressoIDE_11.1.0_3209
The actual workspace is in my Document folder on the D drive.
- How can I clean up this mess, and make sure future versions of MCUXpresso does not write to my C drive?
2. While debugging a project (SDK example), the Heap and Stack usage view is not available. It shows an error message:
Could not create the view: com.nxp.lpcxpresso.debug.ui.views.NXPHeapAndStackUsageView
The details show a very long list, starting with
java.lang.Exception
at org.eclipse.ui.internal.ViewReference.createErrorPart(ViewReference.java:114)
at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:100)
at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPart(CompatibilityPart.java:300)
- What is the problem and how can I fix it?
3. When I copy and paste a project in the workspace view, many generated project files still have their original names, which is confusing. I found a solution: delete all these files, edit the ".cproject" xml file (located in the project's workspace folder on the disk) to change all the occurrences of the old filenames to new ones,; save the ".cproject" file; and rebuild the project.
- I just wish these steps were not necessary, all the project files had their names changed properly.