I have recently upgraded from XP to Windows7 and in the process also upgraded my Keil installation from uVision 5.0.1 to 5.10.0.2.
I use Freescale Kinetis K60 (Cortex-M4) and Freescale's RTOS MQX on a K60 Tower system for some system evaluation before the "real" project development for our own HW starts.
I need to rebuild the MQX project (a big project with a set of sub projects inside). As soon as I try to open that big project, the uVision crashes without further error messages. This was not a problem on 5.0.1 on XP.
Other projects opens (and compiles) just as they did before.
I have read other threads about screen resolution and font size. I have "smaller" both as font size and other items size. My screen resolution is 1280x1024. From what I have read in other threads, this should be OK?
Any suggestions on the reason for this behaviour?
Anders
To answer my own question: When I upgraded to a new PC and new OS, the Freescale source files also were moved to a new location. Opening the project at this new location would crash MDK-ARM. After moving the source tree back to the original location, everything seems fine.