User Activity

Hello,I am using STM32L073V8T .I am trying wake up from standby with WKUP1 pin. It is PA0. According to techinical documents, low to high transition should wake MCU from standby. But, It doesnt work in my case. Is there any special configuration what...
Hello,I am using STM32L073V8T MCU, STM32CubeIDE. My application needs low power consumotion. When some events occurs, MCU move to standby. Than it waits new event for waking up. In other words, my application periodically check new event. After goin...
Hello I am working on STM32L072 series MCU. I am using Stm32cubeideMy project is using %94 of RAM. I need more stack on my project. I tried to increase stack in linker file, but i get error. I think, there is enough area in my ram. Additionally, I ca...