User Activity

Hello I am using : STM32L031G6U6.I am confused how programming the MCU works. I don't have let's say SWDIO and SWCLK pins declared in CubeIDE. Then how it works ? Why it works this way ? I read something that when I use NRST pin to reset manually the...
I have some questions. I read that STOP mode has a "RAM retention", so when it wakes up it the whole data is still intact (not cleared).When the RAM retention is off then the data is gone when it goes to STOP mode. So when it Wakes up does it restart...
Hello ! I've been working on with LIS3MDL a magnetometer from STM, but there was one problem because reading X,Y,Z it was showing good values but sometimes instead of value it just spitted 0, for example X = 0.14, Y = 0.30, Z = 0.14 and sometimes it ...
Hello ! I've been wondering, how UART works in receiving side ? I have like maybe 4/5 questions ? -> What if I have a RX buffer that is full ? The flag is on and I didn't read the data. Then the new data comes after sometime, will it overwrite my dat...
Hello ! My STM board is STM32-L073RZ. I've had a lot of problem with HC-06, tried to somehow send the command "AT" or "AT\r\n", but I didn't get anything back. The bluetooth wasn't connected to any device because the diode was blinking. - I tried cha...