Loading...
 
Skip to main content

System Workbench for STM32


cubeMX generation problem

Thank you for ur answer!

Meanwhile I have figured out that the only lines which is causing the error is the following at .cproject file.

before:

Copy to clipboard
<sourceEntries> <entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/> </sourceEntries>


after:

Copy to clipboard
<sourceEntries><entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="Src" /><entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="Inc" /> </sourceEntries>





if I revert that line to "before" state, everything works fine.

Dave

 
Collapse/expand modules below