User Activity

Hello.Could anyone explain me why when I try to transmit data by UART using DMA in IDLE interrupt  function from receive DMA on the same UART working in circular mode, once in several attempts my reception lost some data? TX and RX use different chan...
When I use memcpy like this: memcpy(&config, SavedConf, sizeof(config));whre config is an object and SavedConf is an array it turns out that nothing is copied.The problem is in version 1.9 of CubeIDE, when I compile it in 1.7 the array is copied norm...
Hi. Can you say me what mean that type of error.The code is surely correct because I've been working on it. The errors showed up after updating CubeIDE to a new version and generating files from .ioc file in IDE.c:\st\stm32cubeide_1.7.0\stm32cubeide\...
Hi. Can you tell me, why I don't get interrupt from completed measure of ADC. I need to make 200 measeurements using DMA. I have configured settings in CubeMX. You can find them on the screenshot and the part of the code where I run and call it. The ...
Can you recommend me any link showing how to configure it in CubeMX and what I have to do to write and read the SD card. I have checked this https://controllerstech.com/interface-sd-card-with-sdio-in-stm32/ and it's working but no with freeRTOS. Not ...
Kudos given to