Importing an STM32CubeMX generated project under System Workbench for STM32
Dear Mkerr,
Nice to know that you have sucessed to complie/build/run/load your project.
I am facing some problem while editing a exsisting code that was build in Cocooex, but as the coocox website is inactive so I need to work with Eclipse.
I was getting many errors in AC6 version of Eclipse, so thought to change Eclipse Nion1 version. Still this problem is going.
In the project properties setting, I am using MinGW gcc toolchain, also I see GCC assembler and compailer here.
In Properties > C/C++ Build > Settings > MCU GCC Compiler > Includes, dont we need to add toolchain include path? I mean C:\MinGW\include or C:\STM32_toolchain\arm-none-eabi\include.
What about the Prerefference setting from Window?
Do you mean, just project in same folders but within the workspace?
My cubemx setting do not contain , RCC,SYS, because my application is low power.
Kindly suggest me what to do!
Do you think GCC compailer is enough for it? Do you want me to use toolchain SW4STM32?