Trouble with STEVAL-STSPIN3201
First, I am new to this board and to development using ST products.
I have identified the STEVAL-STSPIN3201 as being the platform most suited to the project I am involved with and have attempted, unsuccessfully, to use ST Motor Control Workbench 6.1.1 to generate code to upload to the 3201. Below are the steps I followed:
- I started a new project, selecting 1 motor, FOC, Inverter
- Select GBM2804H-100T for the motor
- Select the STEVAL-STSPIN3201 as the power board (inverter)
- Change Max Application Current to 2A
- Change Bus Voltage to 12V
- Save and click Generate the project (STM32CubeMX: 6.4.0, Target Toolchain: ST STM32CubeIDE, Firmware Package Version: STM32 FW V1.114 (Recommended), Drive Type: HAL)
- Completed with Errors: CLASS='Data Exchange' GROUP='STM32_MetaDataManager, GROUP='STM32_MetaDataManager' CLASS='Data Exchange. Research I did seemed to indicate these errors would not affect the outcome. I'm not certain.
- Select RUN STM32CubeMX (STM32CubeMX opens)
- Select GENERATE CODE (code successfully generates)
- Select Open Project (STM32CubeIDE opens)
- Project is successfully imported
- Highlight imported project and select Build Project which results in the following errors:
...STPIN3201.elf section `.data' will not fit in region `FLASH'
...region `FLASH' overflowed by 364 bytes
make: *** [makefile:66: STPIN3201.elf] Error 1
Following these errors I am unable to proceed. Is there a step-by-step procedure I can follow that differs from what I attempted above? What am I missing? Is there proven code as an example project that I can use to successfully upload to the board and run?
Any help is appreciated.
