This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

creating ST M4 project make files go local

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?