User Activity

Hi,I am working with the stm32h757 EVAL board, and I am trying to send some data to the PC using USART via STLINK VCP however I am not receiving anything on the PC side.In the board user manual and schematics, it says that USART1 is connected to the ...
 What is the fastest way to transfer data from an MCU to a PC?I have an stm32h723zg that I want to use to transfer 40Mbits/sec data to a PC, but I am not sure what is the way to achieve this I tried USB CDC but got only 0.5Mbits/sec due to the limita...
I am trying to use the cryptographic hash processor on the STM32h723xx, however, I cannot find the registers like HASH_CR defined in the device header files.Can someone please advise If I should be using the register definition from another MCU devic...
So I Am trying to use the dual regular simultaneous mode with DMA transfer, I tried to use one ADC with the DMA transfer and It works fine but with 2 ADCs I use the function HAL_ADCEx_MultiModeStart_DMA() but the called back function is not actually ...
Kudos from