STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ADC SPURS STM32H743

Hi! I use embendded ADC1 channel 3 in STM32H743VIT6 for sampling data. Input in differential mode. For improve SNR i added capacitor 47pF parallel to diff input pins see fig1. Also this capacitor required by AN5354 This led to decrease noise floor l...

0693W000001smNPQAY.gif 0693W000001smOIQAY.jpg 0693W000001smPkQAI.png 0693W000001smQ4QAI.png
VIvan.1 by Associate II
  • 377 Views
  • 0 replies
  • 0 kudos

software reset for STM32f302vb

i have flashed RTOS firmware at location 0x8000000. i have another firmware(led blink) at location 0x8001e00. i am unable to jump from 0x8001e00 to 0x8000000 location. but i am able to jump from 0x8000000 to 0x8001e00(led bllink) and it is working.pl...

ADC - DMA transfer fills only half buffer Stm32f7

I'm using an adc channel of Stm32f767zi to get 1024 samples of an analog signal and transfer data directly in memory trough DMA. I configured ADC and DMA with cubeMx, and I start the conversions trough software, when it starts until the half DMA call...

CCont.1 by Associate II
  • 1389 Views
  • 4 replies
  • 0 kudos

read from UART DMA buffer on the fly

Hi, I have the below code where I trigger the UART DMA and write to a buffer, and in the while loop I simply do a read from the buffer 1st element:MX_UART7_Init(); Uartret = HAL_UART_Receive_DMA(&huart7, uartbuf, 300); while(1){ if(Uartr...

0693W000001sOXLQA2.png
Wleon.1 by Associate II
  • 3258 Views
  • 13 replies
  • 0 kudos

Hard Fault Detected STM32L031k6t6

Hey STM team, Recently I started to work with the STM microcontrollers. In my current project I have a STM32L031k6T6 with the ADC0 (PA0) reading the voltage and the channel 1(PA1) reading the Current. My Sample rate will be 1920Hz ( 32 points / cycle...

0693W000001shf9QAA.png
CMart.3 by Associate II
  • 315 Views
  • 0 replies
  • 0 kudos

H745 DMA hardware problem?

I have encountered a strange problem with some of the dmas seeming to not ​be able to write to GPIOD ODR. I am using 5 dmas in a chain to write 16bit data to port D. Initially, i was using dma1 streams 0-4 but noticed that the signal was correct for ...

RMcCa by Senior II
  • 887 Views
  • 5 replies
  • 0 kudos