User Activity

I run my python script in C/C++ Build --> Settings --> Build Steps --> Pre-build steps by running command:cd ${ProjDirPath}/menu_language_generator && python generate.pyThis script generates header files to my project with langauge translations. Scri...
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 ...
Kudos given to