User Activity

Hello,I am trying to copy the content of a float variable with memcpy into uint32_t variable. unfortunately the binary content changes after copying. it should be 0xfff00000, like in the float variable. Does anyone know why this happens and how can I...
Hello everyone, I have a Project with STM32H745(Nucleo-H745ZI-Q). in this project I need to send data periodically to PC over VCP. I have configured everything and it works fine. But when I connect the device to the USB on the front side of my PC, th...