User Activity

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...
Hello ! [STM32L073RZ]I've been thinking what is this ADC DMA continuous request. I don't really much know what it is exactly and why it must be enabled. I know there are 2 modes of DMA, which is normal and circular in which normal starts only once an...