Skip to main content
Associate
March 29, 2024
Solved

Create to Custom Control Board Error

  • March 29, 2024
  • 2 replies
  • 1652 views

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?

    This topic has been closed for replies.
    Best answer by Gael A

    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.

    2 replies

    Gael A
    ST Employee
    March 29, 2024

    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.

    If you agree with my answer, please consider accepting it by clicking on 'Accept as solution'.Hope this will help,Gaël A.
    chochoAuthor
    Associate
    March 29, 2024

     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)?

    Gael A
    Gael ABest answer
    ST Employee
    March 29, 2024

    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.

    If you agree with my answer, please consider accepting it by clicking on 'Accept as solution'.Hope this will help,Gaël A.