2025-04-18 1:19 AM - edited 2025-04-20 10:18 PM
Hi,
@Peter BENSCH . I am working on a project. In which i need to control Stepper motor using X-Nucleo-IHM01A1 Sheild. Currently i'm using STM32G431RB Nucleo-64 board for this and in future will use STM32F103. I've download X Cube SPN1 for basic working. But i think it does not support boards like (STM32G4 and STM32F103). How can i change X Cube SPN1 Library to make workable or any Solution for making L6474 to work with STM32F103 ?
Moreover, I successfully run Stepper motor with STM32G431RB in Arduino IDE same version of this library. Link of library is attached. https://github.com/stm32duino/X-NUCLEO-IHM01A1.
Thanks
2025-04-28 1:54 AM
Hello @SannanAli,
You can use the drivers for other STM32 MCUs found in the BSP/X-NUCLEO-IHMxx folder as starting point, and adapt the calls to the HAL libraries for use with the STM32F103.
2025-09-21 11:32 PM
Can you explain the above procedure a little bit more. Like How to use BSP for STM32F103. I do not know what's the procdure to make X-CUBE-SPN1 or SPN3 to work with STM32F103C8T6. Any document for implementing X-CUBE-SPN1 or other software expansion package for different board. That would be great to help.
Thanks
2025-09-23 1:19 PM
Do you have a specific board in mind when you think of STM32F103V8T6? Perhaps a Blue Pill board?
Please upload a photo of it.
Regards
/Peter
2025-09-24 3:53 AM
Yes. It's Blue Pill Board STM32F013
2025-09-24 5:04 AM
Well, the Blue Pill boards are not a product of STMicroelectronics, nor have they used an genuine STM32F103 for years. It is best to contact the manufacturer of the clone or fake used on the Blue Pills.
However, if you would like to use one of the NUCLEO boards of STMicroelectronics, we will be happy to help you here.
Regards
/Peter