STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I'm trying to set up UART9, And use it by DMA1. But I think that UART9 CLK are not enableת because of I didn't get any DMA1 Interrupt.

/* UART9 init function */void MX_UART9_Init(void){ /* USER CODE BEGIN UART9_Init 0 */ /* USER CODE END UART9_Init 0 */ LL_USART_InitTypeDef UART_InitStruct = {0}; LL_GPIO_InitTypeDef GPIO_InitStruct = {0}; LL_RCC_SetUSARTClockSource(LL_RCC_USART16_CL...

ESega.1 by Associate II
  • 1309 Views
  • 9 replies
  • 0 kudos

ADC Conversion time for stm32h750vbt6 ?

Hello,I am trying to measure the adc cycle time with the help of an oscilloscope, what is the most precise and correct solution?, I would appreciate if you could help me what method should I follow to measure it.

Resolved! STM32L4Q5 GPIO hardware fault

I'm using STM32L4Q5CGUX on my project. I found some gpio errors. When I write on PB9, it's written on PB8. And I can't write on PB11. Could you guys check together, please?

DAC OUTPUT differs DAC 1 & DAC 2 on STM32F429ZI

Hi, I used STM32F429ZI​I want to check the output of DAC channel 1 and DAC channel 2.​But, the output of DAC channel 1 and DAC channel 2 were different.​HAL_DAC_SetValue( &hdac, DAC_CHANNEL_1, DAC_ALIGN_12B_R, 0 )HAL_DAC_SetValue( &hdac, DAC_CHANNEL_...

지한.1 by Associate II
  • 1037 Views
  • 8 replies
  • 0 kudos