This is an old revision of the document!
Building Using STM32CubeIDE
In order to leverage the STM32 firmware, it is necessary that the STM32CubeIDE and the STM32CubeMX are downloaded
Download and install then on the windows machine
STM32CubeMX and STM32CubeIDE for Windows (Use below link):
-
Open the adxxxx_iio.ioc file from the “precision_converters_firmware/adxxxx_iio/STM32/” directory. This would open the file in STM32CubeMX.
Click on the “Generate Code” option seen on the top right corner
After the project is loaded to the STM32CubeIDE, unfold the adxxxx_iio project seen in the project explorer, right click the “app” folder, select “Settings” under the “C/C++ Build” section on the left pane and un-check the “Exclude resources from build” checkbox. This would ensure that the project specific files are included by the build system