cancel
Showing results for 
Search instead for 
Did you mean: 

X-Cube-SPN8: CubeMX .ioc file available?

Marco Rotellini
Associate
Posted on March 14, 2018 at 23:20

Hi,

I want to build my own application based on the X-Cube-SPN8 BLDC motor control expansion package.

I can't find the CubeMX .ioc files in this package. However this would be very helpful as a starting point.

I also checked out the X-Cube-SPN7 where the CubeMX .ioc files are included.

Any idea where the .ioc files for the X-Cube-SPN8 could be found?

Thank you,

Marco

#bldc-motor-control #motor-control
2 REPLIES 2
Posted on March 15, 2018 at 07:35

ioc project file are not provided by ST. Try to recreate them by yourself - I did it many times for many boards (unfortunately not for this one).

The quickest way without studying the datasheet: analyze the ST-provided example, enable identified resources in the CubeMX (SPI, I2C, etc), use API from the attached help (usually in driver folder) or from the example.

https://community.st.com/0D50X00009XkYoaSAF

 
Posted on March 15, 2018 at 09:14

Hello Bogdan,

Thank you for the hint! I first checked out SPN7 library where the .ioc are included, so I expected the same for the SPN8.