STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32G07 SPI1->DR will NOT accept data

I've been designing STM32F devices for 15 years.My first design using a "G" family - and it has NOT been easy.SPI is a very simple device to use - my setup: RCC->APBENR2 |= RCC_APBENR2_SPI1EN; RCC->APBRSTR2 |= RCC_APBRSTR2_SPI1RST; // resset...

Joe.H by Senior
  • 108 Views
  • 1 replies
  • 0 kudos

Multiple DMA uses

I am writing a field oriented control library targeting the STM32F4xx and STM32G4xx series. In the program, I have to: 1) Read 2 sensors using I2C 2) UART serial communication with host PC to send real-time motor parameters or receive new commands 3)...

eggsacc by Associate II
  • 157 Views
  • 2 replies
  • 0 kudos

Spikes from the ADC

I'm running the ADC on STM32G071 and I am seeing double spikes when the ADC takes a reading. Any idea why there are two spikes? I expect to see just one. Below you see two spikes followed by another two spikes 1ms later. My software starts an ADC rea...

Carl_G_0-1741487434732.png Carl_G_1-1741488467550.png
Carl_G by Senior
  • 166 Views
  • 2 replies
  • 0 kudos

Resolved! read multiple samples from adc each 10 seconds with dma

i want to read every 10 seconds a few samples from a adc channel and let the dma bring the data to my variables.i have that working with 1 sample. the timer trigger the adc. adc trigger the dma channel and my HAL_ADC_ConvCpltCallback get called and t...

frankers by Associate II
  • 174 Views
  • 2 replies
  • 0 kudos

Resolved! ADC Channel Conversion Difference

Guys, I need help with ADC on STM32F407ZGTx. I have a project where I read 2 channels, ADC3_IN4 and ADC3_IN15. Since I need a function that has pin ADC3_IN15, I changed it to ADC3_IN8.The problem is that I don't know what it is about STM32F407ZGTx, a...

MSilv.1 by Associate III
  • 277 Views
  • 2 replies
  • 0 kudos

Failed to execute MI command STM32WBA5

hijust update STM32CubeIDE  to Version: 1.18.0And I can't program my Target as before.getting this error :Error message from debugger back end:Error finishing flash operationFailed to execute MI command:load C:\\Users\\user\\STM32CubeIDE\\workspace_1...

AFink.1 by Associate
  • 130 Views
  • 1 replies
  • 0 kudos

Resolved! Clarification on Crystal Oscillators in STM32L432KCU6

Hello,I am working with the STM32L432KCU6 microcontroller and noticed that it includes a 32.768 kHz crystal. I would like to confirm whether there is a separate crystal for high-speed operation or if an external high-speed crystal needs to be added. ...

Nikunj_17 by Associate III
  • 326 Views
  • 8 replies
  • 5 kudos