User Activity

Hi, i'm moving from IAR to STM32CubeIDE all my projects based on STM32 microcontrollers. On IAR i modified the entry point of the project from 0x8000000 to 0x8008000. How may do same modify on CubeIDE? Thanks.Massimo Liggio 
I'm developing a low power shock detector based on an SMT32L486 and a LIS2DTW12.Normally the accelerometer is in sleep mode waiting to wake up. (SLEEP_ON bit = 1)I want to detect short shocks (at least 10 ms long) but i understood in sleep mode the a...