Skip to main content
Associate
October 11, 2025
Question

P-NUCLEO-IHM001 motor control pack - Are there any instructions or files available?

  • October 11, 2025
  • 1 reply
  • 181 views

Hi all.

I'm brand new to the STM32 so please excuse my lack of knowledge.

I'm looking into this microcontroller as I have 'found' a Motor Control Nucleo Pack (or at least its contents) left unused by a former colleague, I'd like to try and get it working as a lead in to using the STM32, I've previously used Arduino and want to see if this has advantages.

I have the STM32 and IHM07M1 motor control board from the pack along with the motor but I don't have any instruction manual or software files, I don't even know what it should have come with.

I have loaded and installed the IDE, MX and Prog today (11-Oct-2025) and instlled the latest L4 files V1.18.1.  Plugged in the STM32 board and see the power light initiallyi illuminate red then change to green.  I also get an E:\ drive on my computer with 3 small files (DETAILS.TXT, FAIL.TXT & MBED.HTM).

With the IDE open I don't see any comm's with the board but then I don't know whether I should or how I would do so, hence not necessarily a problem.

I'm assuming that the motor program should be resident on the board but I'm expecting that I should be able to interface with it via the IDE to set speeds and so on.  I'd also like to punt a program over to the board but don't want to blitz the original program (if it's there) unless I can replace it so also looking for the source files for that.  I appreciate that this pack is now obsolete but that should not prevent it from working (hopefully).

So any help with instructions for this pack, establishing communication with the STM board or file locations for the P-NUCLEO-IHM001 pack would be greatly appreciated.

1 reply

GMA
Technical Moderator
October 13, 2025

Hello @GDCobra,

Download the STM32 Motor Control Software Development Kit (MCSDK) available here.
Refer to Getting Started with ST Motor Control SDK documentation available through MCSDK Workbench tool > About > Documentations > Documentation.

You can also check P-NUCLEO-IHM001 page.

If you agree with the answer, please accept it by clicking on 'Accept as solution'.Best regards.GMA
GDCobraAuthor
Associate
October 13, 2025

Thanks GMA, I will do that and get back.