2024-03-28 10:00 PM
1. I tested to FOC using MDK 6.2.1
(Motors : Custom Motor / Power Board : X-NUCLEO-IHM16M1 / Control Board : NUCLEO-G431RB)
It has been confirmed that it is working.(Hall Sensored FOC)
2. I want to change control Board from NUCLEO-G431RB to NUCLEO-F103RB
I created JSON by looking at NUCLEO-F072RB.
But it is not working
"ERROR"
The hardware selected is not compliant with the selected algorithm. Please review your selections.
How to change json file?
Solved! Go to Solution.
2024-03-29 02:36 AM
Hello chocho,
This configuration is indeed supported by the MCSDK v5.4.8. However, you will have to find a CubeMx version that suits that MCSDK version. If I recall correctly, CubeMx v6.5 should do the trick but it is surely not the most optimal one.
2024-03-29 01:33 AM
Hello chocho,
Unfortunately, the STM32F1 MCU is no longer supported by our MCSDK. Even if you manage to make it work via WorkBench 6.2.1 by adding the MCU and Control Board, the generated code won't work. You need to go back to MCSDK 5.4.8 to create a project using an STM32F1 mcu.
2024-03-29 01:41 AM
MCSDK 5.4.8,
Control board : NUCLEO-F103RB
Power board : X-NUCLEO-IHM16M1
If i use to this boards & program, Is it possible to operate with FOC(Hall Sensored)?
2024-03-29 02:36 AM
Hello chocho,
This configuration is indeed supported by the MCSDK v5.4.8. However, you will have to find a CubeMx version that suits that MCSDK version. If I recall correctly, CubeMx v6.5 should do the trick but it is surely not the most optimal one.