X-Cube-SPN8: CubeMX .ioc file available?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-14 3:20 PM
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- Labels:
-
Motor Control Hardware
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-14 11:35 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-15 2:14 AM
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.
