User Activity

Hello,I'm working with STM32F410RB , My question is not related to code but it's architectural. I'm using DMA uart to communicate with another device, i noticed that dma buffer change its content before my code processing the data. So i'm loosing som...
Hello,I'm using nucleo board f410rb to communicate with another device via UART, my Baudrate is correctly fixed , i checked with the builder of the device the command i should send , i wrote the following code but the device dosen't respond uint8_t t...
Hello , I had started a project with STM32F410RB wish communicate with a keyboard and LCDActually i wrote my program that call SysTick_Handler from stm32f4xx_it.c to interact keyboard and detect if there is a button pressed and wrote caracter on LCD....