User Activity

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...
Hi ! I am currently using STM32 Nucleo-L073RZThe problem is that I've set it to 3 s but it executes after 8 s. In a different application it finished exactly after 3 s. I just don't understand what went wrong. The code looks like that : What main has...
Hello ! I've got a problem because I tried to check the SDA and SCL pins like in the picture :  Sorry for the paint picture (the oscilloscope was during classes so I don't have it right now).The output was all the time noises even thought the code wa...