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

Reg: STM32F767 Simulator

Hi I am using STM32F767 series for development purpose. Is there any simulator to test the code without device. Highly appreciate if you can share the link or tool that will be great help for my development.Thanks,Jagannath

JBada.1 by Associate
  • 626 Views
  • 1 replies
  • 0 kudos

STM32H743 - DMA + DAC - How to program ?

dear ST,I'm trying to program the STM32H743 to use DMA control of its DAC - my understanding is this involves use of a Timer also.  'Circular' mode would be relevant meaning the file being output (just a sine wave for now) is continually replayed. Me...

TMA1of3 by Associate III
  • 6035 Views
  • 6 replies
  • 0 kudos

source code of STDES-3KWTLCP

Hello, we are developing a produce of AC-DC converter based on STM32。 Can you offer the source codes (PFC and LLC) of STDES-3KWTLCP. Thank you very much

lzhao.11 by Associate
  • 689 Views
  • 0 replies
  • 0 kudos

Confused with I2S

Hello, I am trying to learn I2S.For SPI, it is pretty easy to understand, but for I2S, I have a few doubts and questions.As I understand it, the WS pin will determine which channel will transmit. But when I pull high or low the Slave transmitter WS p...

0693W00000SvyEnQAJ.png 0693W00000SvyEsQAJ.png 0693W00000SvyFHQAZ.png 0693W00000SvyFWQAZ.png

I'm using stm32u575ZI-Q and trying to configure the ADC using LL drivers and it isn't starting ON (ADCRDY =0), Need help on missing piece or mistake that I'm doing here.

  void ADC_Driver_InitializeADC(void) { peripheralADC1Init(); ADC_Activate(); }     void peripheralADC1Init(void) { LL_ADC_SetTriggerFrequencyMode(ADC1, LL_ADC_TRIGGER_FREQ_HIGH); // Structure for some features of ADC common parameters and mul...

Umahe.1 by Associate II
  • 1715 Views
  • 7 replies
  • 0 kudos