2022-10-10 01:27 AM
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
Solved! Go to Solution.
2022-10-10 01:41 AM
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
2022-10-10 01:41 AM
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
2022-10-10 02:36 AM
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
2022-10-10 06:54 AM
Both should be fine for you. You can start with Potentiometer that is the simplest.
Best regards,
Claire
2022-10-11 05:58 AM
OK, I see. I'll start from the easier one.
Thanks again for your advice.
I wish you a wonderful day!