2017-12-14 02:33 AM
Hi!
How many BLDC motors can I control using the STSPIN32F0/ STSPIN32F0A simultaneously?
2017-12-21 02:15 AM
They are both single motor solutions.
If you are looking for a dual BLDC motor driving reference design, take a look to the
.2017-12-29 08:19 PM
But there is no eval code available for this board? At least I can't find anything.
2018-01-04 05:58 AM
There is a dedicated pre-configured project in the Motor Control Workbench of the FOC SDK.
2018-01-09 12:17 PM
(just to be clear, I'm referring to STEVAL-IHM042V1)
Yes, I found that, but there is no IAR or AC6 project available? Or any code tree I could build with gcc or similar?
I do have code building for and running on the STEVAL-IHM042V1 now. I had to do quite a few changes to the STM32F30x_UserProject. Like adjusting the linker script. Like fixing a bug where the interrupt controller is told the vector table is in CCMRAM while the startup code does not put it there. Like main.c missing code for starting the motors if DUALDRIVE is defined. The list goes on. I would have thought an eval board would have ready made code. The board didn't even try to run the motor when it arrived. So I guess I'm wondering if I have missed something.
Cheers,
Lars