STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! ADC DMA not restarting after exiting STOP mode

Hello!I have my ADC DMA setup so that Timer 1 will trigger a conversion with a specific frequency. Both DMA continuous requests and Continuous conversions are disabled. DMA is set to Normal mode.When the buffer is full and HAL_ADC_ConvCpltCallback is...

BZhou.2 by Associate
  • 1340 Views
  • 1 replies
  • 0 kudos

Resolved! Missing File STM32G070 on Keil

uVision V5.38.0.0 Trying to compile first program for STM32G0 and don't even get to the real compilation errors yet.Single file except for includes:#include "stm32g070xx.h"#include "stm32g0xx_hal.h"The warning and error are:ERNode_G070.c(61): warning...

DRobe.4 by Senior
  • 943 Views
  • 1 replies
  • 0 kudos

F103C6T6A i2c doesn't send start

Hello,I was working with i2c on a f103c6t6a a couple of months ago and it was working.Now i just update stmcube ide to last version and i cannot get it work again.. (had a problem with gpio settings in past).What i dont get is:trying to use HAL_I2C_I...