Trying to compile an example project from Motor Control WorkBench but getting build errors
I'm trying to build an example project for the STSPIN32F0A in TrueStudio but I'm getting a few errors. I was hoping someone here might be able to help me. I picked out the STEVAL-SPIN3202 - BullRunning project and didn't make any changes. It seemed to save this project in my 'Users' folder and not my Workspace. I then opened the project in TrueStudio using File > Open projects from file system and then pointed it to the folder under C:\Users\,username.
Once I could see it in my list in TS, I then rebuilt the index and then refreshed all files. I then tried building the project and here are the errors that I see:
region `RAM' overflowed by 240 bytes STEVAL-SPIN3202 - BullRunning C/C++ Problem
STEVAL-SPIN3202 - BullRunning.elf section `._user_heap_stack' will not fit in region `RAM' STEVAL-SPIN3202 - BullRunning C/C++ Problem
'OverVoltageFlag' may be used uninitialized in this function [-Wmaybe-uninitialized] mc_tasks.c /STEVAL-SPIN3202 - BullRunning/Application/User line 814 C/C++ ProblemThe last one is a warning. I'm guessing the error is an RAM overflow error but I have no idea how to fix it so any help would be appreciated. Also, is this the right process to open a Motor Workbench Project into TrueStudio?