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

Resolved! When cache is enable DMA not update data

I am working on Nucleo-h745ziq board .I am enable the ADC ch3 and 12 bit resolution ,DMA is enabled and circular mode. I connect the 3v supply to ADC channel. But I doesn't get the updated value when I reset board I get updated value, when I disable ...

MDeva.1 by Associate II
  • 634 Views
  • 3 replies
  • 0 kudos

STM32H753i-EVAL2 LCD functionality

I am using the STM32H753i-EVAL2 board to test LCD and touch screen functionality. Currently I am unable to generate the code using CubeMX as sample codes dont have the .IOC file. I need help in setting up the LCD and touch screen via CubeMX.It is dif...

hrm2519 by Associate II
  • 1005 Views
  • 4 replies
  • 0 kudos

STM32H7 watchdog does not correctly reset. Example attached

I have been battling an issue for a while where upon a watchdog (WWDG1) timeout, the system was not correctly reset. I was finding that the CPU and NVIC are reset but all the peripherals are not reset after a watchdog reset, they keep their exact reg...

0693W000000WsqyQAC.jpg 0693W000000WsrDQAS.jpg 0693W000000WsrSQAS.png 0693W000000WssVQAS.png
ADunc.1 by Senior
  • 7095 Views
  • 34 replies
  • 2 kudos

STM32H743 3ADC's With DMA

I have implemented 3 ADC with DMA. ADC1 with DMA1 stream 0 , ADC2 with DMA2 stream 0 and ADC3 with BDMA channel 0 Resolution : 16 bit , ADC clock : 7MHZ , Sample : 8.5 cyclesAll these ADC are Time trigger for that i am using timer 1 as center aligned...

Kanna by Associate III
  • 1424 Views
  • 8 replies
  • 0 kudos

STM32 Nucleo I2C Slave answer with Interrupt

Hello, everyoneI'm trying to make an I2C slave with a Nucleo-F401RE.Writing from Master (Raspberry) to Slave (Nucleo) works very well.But the response of the Slave (Nucleo) to a read command from the master (Raspberry) does not work.I tried a very si...

0693W00000DlqjxQAB.png 0693W00000DlqlKQAR.jpg
SBühl.1 by Associate
  • 592 Views
  • 1 replies
  • 0 kudos

Resolved! Wake-up from RTC-alarm works only once

I am trying to set RTC-alarm event to wake up an STM32F103C8T6 from sleep-mode (not standby, not stop) and it works once, but subsequent alarms never wake the MCU up. Nothing I've tried seems to work and I no longer have any idea how to fix this.The ...

Is it possible to use analog watchdog without adc interrupt?

I am thinking of turning on ADC with DMA when analog watchdog detect certain level of signal. Then I would like to turn on ADC with only watchdog first and when LevelOutOfWindowCallback() is called ADC with DMA starts. I tried code below but it didn'...

SShir.2 by Associate II
  • 822 Views
  • 2 replies
  • 0 kudos