2016-08-19 06:41 AM
CubeMX breaks your MDK project if you have added ''Project Targets''.
1. Generate MDK project from CubeMX2. Add Project Targets (ex. Project_DEBUG, Project_Optimize_O3)3. Change a setting in CubeMX project, example change the IP address in LWIP4. Regenerate codeWhen CubeMX edits the MDK project file, it removes the names of your custom targets (renames them all to ''''). uVision will then fail to open the project because it contains more than one target named ''''.I think multiple configurations, a fairly basic feature of any IDE, was not considered/tested for CubeMX's MDK generation.2016-08-19 09:31 AM
Hi johnathan,
I have transfer your request internally for investigation. -Hannibal-2016-09-06 08:07 AM
Dear user,
Can you please indicate the procedure you used to add project targets to your MDK-ARM project.
Thank you.