User Activity

Hi i'm using MCU : STM32H743ZGT. At several ADC documents, it says that when ADC1 and ADC2 end sampling, the two results are stored in ADC_CDR together. The top 16 bits are the result of ADC2, or slave ADC, and the bottom 16 bits are the result of AD...
Hi I'm using STM32H743ZG.I am currently using all three ADCs. Each ADC initialization code: #ifdef CHANNEL1 /** * @brief ADC1 Initialization Function * None * @retval None */ static void MX_ADC1_Init(void) { /* USER CODE BEGIN ADC1_Init 0...
Hi,  I set it to GPIO Input mode and am using it. When I receive any signal during MCU operation, I want to convert it to Input -> EXTI mode. I wrote these codes at the moment, but there seems to be a problem. My Init code :  GPIO_InitStruct.Pin = ...
Hello, I use cube programmer. The chip I use is STM32H743ZGT6, but I accidentally downloaded the elf file of STM32H735VGT6.So I tried to download it again, but the st-link itself won't connect. How can I fix this?
 HelloDo I need delay when I use HAL_UART_Transmit multiple times? How much do I need if I need it?Thank you.
Kudos from
Kudos given to