User Activity

I cannot get PWR_STOP1_RTC nor PWR_STOP2_RTC to wake up as expected using interrupt mode (WFI).I've tried multiple examples of low power from the L4 examples:PWR_STANDBY, PWR_STANDBY_RTC, PWR_STOP1, PWR_STOP1_RTC, PWR_STOP2, PWR_STOP2_RTC.Standby mod...
I have the STM32L475 working in STOP2 wake up as WFE based on the RTC. I would now like to add in an external interrupt source (WFI). There doesn't appear to be a way to use both a WFI and a WFE as wake up. The only way I could see would be to have a...
I have a new pc with STM32CubeMX 6.1.1 and SW4STM32/OpenSTM32 IDE version 2.9.1.I created a simple project setting mcu to STM32L475GTx, activated a few pins and generated code. The project generated has no mcu selected. What is set up incorrectly in ...
Is there any information on moving (porting?) from CubeMx 5.1.0 and SW4STM32 to the latest Stm32Cube IDE? I attended an online demo a few months ago and seemed like the set up is quite different from what I am currently using. What would be the adva...
I am using an ST Micro MCU via SPI to the LIS3DSH to read x,y,z data(using CubeMX HAL). I can read in single byte mode fine but the multi byte access bit in Control register 6 has no effect. I have tried Control register 6 : ADD_INC disabled or enab...