User Activity

 1. using Workbench"B-G431B-ESC1" board, "Gimbal GBM2804H-100T" motor2. Generated Code "stm32CubeIDE", drive type: HAL 3. CubeIde code.generated code as below...........in main(), MX_MotorControl_Init() function can be executable normally?Shouldn't t...
#include "i2c-lcd.h"   extern I2C_HandleTypeDef hi2c1; // change your handler here accordingly     #define SLAVE_ADDRESS_LCD 0x4E // change this according to ur setup       long ErrCnt_ERR=0;   long ErrCnt_Tout=0;   long ErrCnt_Busy=0;   HAL_St...