Skip to main content
OChen.1
Associate II
October 10, 2022
Solved

Where can I find the example FW project of P-NUCLEO-IHM002?

  • October 10, 2022
  • 1 reply
  • 1724 views

Hi!

My P-NUCLEO-IHM002 arrived few days ago. Now I'm trying to understand how its FW code works.

I'm wondering where I can find the example FW project (preferably a STM32CubeIDE project) that build the default executable bin file inside that STM32F302R8? (That is, maybe the source project file that builds STM32CubeExpansion_SPN7_V1.1.0/Projects/Multi/Examples/MotorControl/Binary/STM32F302R8-Nucleo/X-CUBE-SPN7.bin?)

Regards,

Oliver

This topic has been closed for replies.
Best answer by Claire O.

Dear OChen,

I will advise you to use the example located inside the XCUBE_MCSDK: https://www.st.com/en/embedded-software/x-cube-mcsdk.html

The legacy version (5.4.8) includes P-NUCLEO-IHM002 support.

I don't advise the STM32CubeExpansion_SPN7_V1.1.0 that is not maintained any more...

Thanks and best regards,

Claire

1 reply

Claire O.
Claire O.Best answer
Technical Moderator
October 10, 2022

Dear OChen,

I will advise you to use the example located inside the XCUBE_MCSDK: https://www.st.com/en/embedded-software/x-cube-mcsdk.html

The legacy version (5.4.8) includes P-NUCLEO-IHM002 support.

I don't advise the STM32CubeExpansion_SPN7_V1.1.0 that is not maintained any more...

Thanks and best regards,

Claire

OChen.1
OChen.1Author
Associate II
October 10, 2022

Dear Clair,

First thank you for your prompt reply and advice.

Under the following path of MC_SDK_5.4.8:

  C:\Program Files (x86)\STMicroelectronics\MC_SDK_5.4.8\Projects\P-NUCLEO-IHM001\Demonstration\

there are two sample projects look like what I need:

  PotentiometerAdvance\

  Potentiometer\

If they are, I'm wondering which one I should use?

Regards,

Oliver

Claire O.
Technical Moderator
October 10, 2022

Both should be fine for you. You can start with Potentiometer that is the simplest.

Best regards,

Claire