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! Setting Encoder functionality on STM32F407VE vs STM32F103C8

Setting the encoder functionality on STM32F103C8 is straight forward, just set the registers that's due. But on STM32F407VE it seems more tricky: using PA6 and PA7 on TIM3, if you follow what is said in the RM0090, page 616, you're not ready to go:Fu...

0693W00000QN5uxQAD.png 0693W00000QN5wAQAT.png
Echo by Associate II
  • 1527 Views
  • 5 replies
  • 1 kudos

Problem with reading Status Register of W25Q80DV with QSPI

Hello together! :) I am trying to read the status register 1 of the QSPI Flash W25Q80DV via QSPI. Unfortunately I don't get any data in the buffer. I only get 0x00. The topic of QSPI is still very new to me, so I may have overlooked something obvious...

0693W00000QMBKUQA5.png 0693W00000QMBMzQAP.png
DStan.8 by Associate II
  • 2231 Views
  • 9 replies
  • 0 kudos

TIM8_CH2N for PWM

I try to setup the PB0 for PWM mode to drive a LED.When I use the TIM3_CH3, it is working with the following code.But it does not work for TIM8_CH2N.I suppose something to do with the "N" but could not find out what in HAL code should be changed.TIM_...

Using DAC output for class D audio amplifier

I'm wondering what would be an ideal circuit to connect a very simple 2-4W class D audio amplifier to a DAC output of an STM32 MCU.My goal is to be able to play some WAV files using build-in DAC of STM32F051.I found an amplifier TDA2822G-S08-R, took ...

Resolved! Correct order of using HAL_ADC_RegisterCallback function

Dear ST Community,as part of a project to capture analog microphone data, I would like to use my own callback funtions instead of hal callbacks. For this I register my ADC callbacks with the HAL function HAL_ADC_RegisterCallback as follows:/*********...

Rookie38 by Associate III
  • 1209 Views
  • 1 replies
  • 0 kudos