Question
SWST-ROBOT-1 fails to build in STM32CubeIDE V1.3.0.
The steps to reproduce:
- Uncompress STSW-Robot-1, import EVALKIT_ROBOT_1_SDK543_Positioning_LL.ioc using all default options.
- Answer ‘Yes’ to “Open Associated Perspective?�?
- Project Manager Settings appears, informs that “The Firmware Package required by the Project is not the latest version available in your STM32CubeMX Repository�?, I press the default option to continue with the slightly outdated software.
- Workspace comes up, and I click build.
- On build, the first error I see is: ../MotorControl/mc_stm_types.h:37:12: fatal error: stm32f0xx_ll_dac.h: No such file or directory
Looking at the initial unzipped file structure, that file is included. Somehow importing into STM32CubeIDE is removing some files. Can you please provide instructions on how to properly build this example?