User Activity

Hello,  I am trying to detect Single & Double tapping on LSM6DSL accelerometer. I am configuring the relevant registers as follows: CTRL1_XL=0x60TAP_CFG=0x8ETAP_THS_6D= 0x8INT_DUR2=0x45WUP_THS=0x80MD1_CFG=0x48 Every time I tap the accelerometer, and ...
Hi, I am a newbie with STM32. I need help.I want to configure that PA15 pin (which by default is used as JTDI), as a GPIO output.I've added the following two lines to the beginning of the generated code of MX_GPIO_Init():LL_GPIO_SetAFPin_8_15(GPIOA,L...
Hello, I am using the STM32F2xx ev board to develop a simple application that utilizes the USB port as a HOST. I would like to check if a device has been connected to the port and it causes over-current on the USB.Looking into the source code, It see...