User Activity

I am attempting to control the speed of a DC stepper motor using an Infineon TLE8444SL motor driver. The four outputs of the driver are connected to the motor, with inputs 1 and 2 shorted and connected to pin Pa1, and inputs 3 and 4 shorted and conne...
I am trying to detect the NFC tap and try to raise a flag whenever a flag is seen and to do the same function each time.is there any example available?I am able to read and write to EEPROM but I don't get any idea how to detect a tap
IT IS WORKING WELL , I NEED INSIGHT ON HOW I COULD RESET THE STEP VALUE TO ZERO ON THE BUTTON INTERRUPT 
 HAL_SuspendTick();        /* Enter Sleep Mode,        *        */   HAL_PWR_EnterSLEEPMode(PWR_MAINREGULATOR_ON, PWR_SLEEPENTRY_WFI);        /* Resume Tick interrupt if disabled prior to SLEEP mode entry */       HAL_ResumeTick();I HAVE THE ABOVE CO...
I'M JUST TRYING TO MEASURE DISTANCE USING VL6180X SENSOR WITH STM32 BUT I COULDN'T SUCCEED.CHECKED THE I2C DEV ADDRESS(0X29),VL6180 SENSOR ID(0XB4).AND JUST USING A FEW FUNCTIONS FROM API LIKE INIT, PREPARE, AND POLL MEASUREMENT. I CANN'T IDENTIFY W...