We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I'm trying to create a ST M4 project using the "cube method" as described at file:///C:/Keil_v5/ARM/PACK/Keil/STM32F4xx_DFP/2.11.0/MDK/CubeMX/Documentation/cubemx_proj.html I get a project that builds :) and find a place that say "uncomment this for ...". well that file is -oops- read only and I find out it is because it is a reference to a file in the Keil hierarchy, which I shouldn't and wont modify. Now, to make this work I need to make all ST/Keil files be a local copy. That can be done with much work and a few errors in the process, it simply can't be required to do so.
HOW?