User Activity

Single-tap exampleHereafter an example code which implements the SW routine for single-tap detection.1. Write 60h in CTRL1// Turn on the accelerometer// ODR = 400 Hz, FS = ±2 g2. Write 38h in CTRL3 // Enable tap detection on X, Y, Z-axis3. Write 09h ...
If I put port b all in analog the micro not wake up when in RTC wakeup mode (internal wakeup).Any help?Thanks in avancevoid EnterStopMode(void){ GPIO_InitTypeDef GPIO_InitStruct={0}; /* Configure all GPIO as analog to reduce current consumption on n...
Hi everyone,I have a problem with the STM32F401RE wakeup timer setup, to exit standby.This is my code.* Disable Wake-up timer */ HAL_RTCEx_DeactivateWakeUpTimer(&RTCHandle); /*## Clear all related wakeup flags ###################################*/ /*...
Kudos from