STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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
  • 1000 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
  • 2272 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
  • 233 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
  • 622 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
  • 706 Views
  • 2 replies
  • 0 kudos

How do I configure MCU as I2C slave device?

I've been trying to set up MCU (STM32 L432KC) as an I2C slave device. I have previously tested it as a master device to interface with a port expander(MCP2307) and it works perfectly fine.The following is the code I am running. The master sends 1,2,3...

KSchr.11 by Associate II
  • 337 Views
  • 0 replies
  • 0 kudos