User Activity

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 ...
I have a problem with launching both cores in STM32H745 in CubeIDE.I've set that configuration:connect under reset for CM7, with halt all coresCross Trigger Interface (CTI) , allow other cores to halt this core and signal halts events to other cores ...