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...
Hi Eleon,thank you for your response. The device works fine when I enable both SLEEP_ON and TAP interrupts. I think if the TAPs are relatively slow the accelerometer wakes up with the first movements, switches to an ODR of 200 Hz and detects the tap ...
Hi Eleon,thanks for your hint, but in this way is it still possible to generare a wakeup interrupt? Or a sleep_change interrupt?I'm using INT1 as tap or shock detection and INT2 as sleep_change detection in order to wake up the micro when the acceler...