2023-03-29 10:02 AM
2023-03-29 12:56 PM
You can find help for your project here:
https://www.fiverr.com/categories/programming-tech/electronics-engineering/embedded-systems-iot
(as well as other people with their projects)
2023-03-29 02:21 PM
Hello @MAnde.11,
If I understand your issue correctly, you are not able to use the MCSDK because you do not use windows. Am I right ?
What Operating system do you use ?
Regards
Cedric
2023-03-30 01:05 PM
That is correct. I am mostly using Ubuntu, and in every other case it works out great. I use CubeMx to generate the project stub and then CubeIDE to do the development. But I can't find the code used in this dev kit anywhere in the wild. It is possible I could dig up a Windows machine if it was just to generate the code (like if I could then move the project to my development machine).
2023-03-30 01:15 PM
I almost marked this as spam, but then I looked at your post history and realized it wasn't. I don't really need a freelancer marketplace at the moment. I just wanted help finding the code for an off the shelf development board so I could adapt it to my project.
2023-04-03 08:34 AM
Any hope?
2023-04-03 09:23 AM
Hello @MAnde.11,
We have in our plan to provide a version of the SDK for all platforms included Linux. There is no technical issue, it is "just" a matter of time.
Regarding your specific question, the issue is that the IOC contains all the value computed by the workbench which depend on your motor. So even if I send you an IOC file, it will not be tuned to your application.
Regards
Cedric
2023-04-03 11:48 AM
Makes sense, but I'm really just looking for an example project that pulls in all the relevant libraries and uses them for 6 step motor control. I can't really find that anywhere. My intent was just to create a board similar to the b-g431b that suited my application, but with all the STM-32 pins going to the same/similar places so that the example project would mostly work out of the box. But it turns out there aren't really any example project out there for this board like most the other dev-boards.