STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

300 LSB error ADc reading in STM32H743BI controller

static void MX_ADC1_Init(void) {   ADC_MultiModeTypeDef multimode; ADC_ChannelConfTypeDef sConfig;   /**Common config */ hadc1.Instance = ADC1; hadc1.Init.ClockPrescaler = ADC_CLOCK_SYNC_PCLK_DIV4; hadc1.Init.Resolution = ADC_RESOL...

ykn by Senior
  • 453 Views
  • 2 replies
  • 0 kudos

Resolved! SPI recieving problems

Hello!I am working with the dual core stm32h745 nucleo board, currently on the M4 core.here are the defenitions in cubeMX: the defenition is for a recieve only master which belongs to the m4 cortex. while trying to use HAL_SPI_Receive_IT() or HAL_SPI...

0693W00000GYg2LQAT.png
yuri CH by Senior
  • 1831 Views
  • 5 replies
  • 0 kudos

Resolved! DMA I2S not working (STM32H723)!!!!

I tried everything but keep on running on the same issue:In the reference manual it describe the DMA for the I2S, so I'm quite sure it is possible to enable it.Please help me.

0693W00000FC9HAQA1.png
LLavr.1 by Associate II
  • 1598 Views
  • 7 replies
  • 1 kudos

STM32F103 runs only after flashing and not after that

I am using STM32f103 and Cubemx ide. I implemented small project 1 month back and that time it was working fine but now when i am trying to use same code then i observed weired behaviour.Code runs only after binary flashing and after that if i press ...

SS.Sagar by Associate III
  • 1116 Views
  • 3 replies
  • 0 kudos

Resolved! STM32 gpio maximum toggling speed

Hi,I my project I need to toggle a gpio pin at 200MHz or more than this.Which STM32 controller is peferable.please any one help me.thanks and regards

Trinu by Associate III
  • 962 Views
  • 1 replies
  • 0 kudos

Resolved! ADC external trigger features in STM32F103C8T6

Currently working with a STM32F103 MCU for a power metering application.In order to have a programmable time shift between sampling voltage & current , i decided to use a PWM signal from the Timer to clock the ADCs.I wanted to kick the ADC1 at the ri...

MBenh.1 by Associate
  • 1026 Views
  • 2 replies
  • 0 kudos