Default st motor control project for SPIN3202 board doesn't compile.
Dear all,
im running into the problem that the compilation of a fresh generated project using the motor control workbench fails to compile for the SPIN3202 board.
In the default settings RAM and ROM is overflowed. When i set the opitmisation to speed or code size, the ROM isn't overflowed anymore but the RAM ist still overflowed by 8 Bytes.
section `._user_heap_stack' will not fit in region `RAM'
region `RAM' overflowed by 8 bytes
I generated the project according to https://my.st.com/content/ccc/resource/technical/document/user_manual/group0/d9/d1/b2/67/be/15/42/76/DM00361065/files/DM00361065.pdf/jcr:content/translations/en.DM00361065.pdf
I'm using the STM32CubeIDE with version 1.1.0 and haven't added any usercode yet.
Are there any options for me to test the default project on this hardware?