Question
Nucleo ihm001
Posted on March 30, 2016 at 20:21
Anyone had any luck getting the example project compiled and running for the Nucleo-IHM001? The binaries work fine respectively in both 6step and FOC modes. However when the example provided with SPN7V1.0.0 is compiled and downloaded the motor justjumps arounderratically...
...\STNUCLEO_Motor_eval_kit\STM32CubeExpansion_SPN7_V1.0.0\Projects\Multi\Examples\MotorControl\MDK-ARM\STM32F302R8-Nucleo The jumpers are configured for 6step of course, andthe motor motor parameters appear to be correct in MC_SixStep_param.h-#define NUM_POLE_PAIRS 7 /*!< Number of Motor Pole pairs */
#define DIRECTION 0 /*!< Set motor direction CW = 0 and CCW = 1*/
#define TARGET_SPEED 3000 /*!< Target speed in closed loop control */
#define POTENTIOMETER 1 /*!< Enable (1)/Disable (0) the potentiometer */
#ihm001 #ihm001 #p-nucleo-ihm001