User Activity

Hello,I am using X-CUBE-SPN5 with F030R8 and IHM05A1 to control a stepper motor and it works well.I would now like to use UART with provided driver (stm32f0xx_hal_uart).Hence, I enabled UART use in stm32f0xx_hal_conf.h.To test UART integration, I am ...
Hello,I am trying to use UART HAL with the stm32-f030r8 connected to the PC through a USB-TTL module.The configuration is given below :- The F030R8 has JP1 OFF, JP6 ON, JP5 on E5V.- The USB-TTL is :- The code is :/* Includes -------------------------...
Dear All,I am using the X-CUBE-SPN5 with the EWARM toolchain (F302R8 with IHM05A1) to control a stepper motor. For now, I can move the motor to a specific angle.Now, I would like to transmit the target angle by Python. I have a USB to TTL Serial Cabl...
Dear all,I am using the STM32 Nucleo pack with a F302R8 card, the IHM07M1 and the associated motor.The library for motor control (6Step_Lib.c) of  X-CUBE-SPN7 only provides a few functions, for ex MC_StartMotor, MC_StopMotor() and MC_Set_Speed().I wo...