User Activity

Hi ! This is me again !I am able to send and receive separately but when try to do the loop, it doesnt work. What I am basically doing is when the full reception interrupt is set, I enable the transmission and as soon as the transmission is done, I d...
Hi! I am trying to configure a UART communication using the LL but I am not really understanding, registers seem easier to digest to me but I am not finding any tutorials or examples online. Can someone provide me with please? Thank you!
Hi! I don't know if this is the right place to ask this question and it may seem stupid but I am a beginner and have been trying to resolve this for one day.I am receiving one byte of data through UART to Rxdata, I want to copy this one byte to a 10 ...
Hi! I am working currently on a stm32 F407, I am implementing USB Communication Device Class with the microcontroller being a device. The microcontroller is powered via the STLink but I wanted to change that and supply it through the usb I am using f...
Hi! I am discovering the world of STM32 and currently using a STM32F4 to establish a UART communication (send and receive data). I wrote a pretty basic program to send and receive a message (basically a loop) with a baud rate of 9600. The users manua...