User Activity

Hello,I am trying to use UART with DMA with IDLE line for unkown length data reception and I am getting the following error:request for member 'NDTR' in something not a structure or union main.cI coded a couple of years ago a HAL_UART_RxCpltCallback(...
Hello,I have recently bought an evaluation board. The manufacturer provides a library and a Keil sample project, but I would like to integrate the library in a STM32 Cube project.I found on the internet how to add a .lib file (www.eclipse.org/.../), ...
Hello,I'm new to STM32CubeMonitor and I need some help. I made a project that consists of sending an unkown length string (DMA) to a nucleo board and then receive the same message on my terminal.I've been using realterm and it works fine, but i woul...