STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1536 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
  • 3562 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
  • 340 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
  • 1066 Views
  • 5 replies
  • 0 kudos

Waveform generation DAC DMA

I am trying to generate a trapezoidal waveform with slew rate 45V / us that is triggered every 50ms by an interruption generated by a timer. I am using the microcontroller stm32g474, which has 2 DAC with 15MPS. I am using DAC3 with DMA (circular mode...

TNune.1 by Associate
  • 1220 Views
  • 2 replies
  • 0 kudos