STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I need a timer to change its frequency every millisecond.I'm controlling a AC synchronous servo with pulse and direction in velocity mode(by changing the frequancy of the pulse) what is the ideal way

I have stm32f4 discovery board(STM32F407VGT06) running at 168Mhz. requirement 1) i have to run a motor (AC synchronous servo - yaskawa ) by pulse and direction.for which i can use a timer in PWM mode with 50% duty cycle. relat...

vsk.1 by Associate II
  • 1037 Views
  • 7 replies
  • 0 kudos

Booting STM32 from SRAM

Good day.The reference manual RM0033 for the microcontroller (in the Boot configuration section) states that "When the device boots from SRAM, in the application initialization code, you have torelocate the vector table in SRAM using the NVIC excepti...

Arlleex1 by Associate II
  • 902 Views
  • 5 replies
  • 0 kudos

Temperature measurement

I read TS_CAL1 and TS_CAL2 values from stm32f303vc and saw that TS_CAL2 is lower then TS_CAL1. Is it correct? I think this is mistake. I check the memory with Visual Studio in debug mode and saw the same values. Why is it so?Thank u in advance!

IK.1 by Associate II
  • 473 Views
  • 2 replies
  • 0 kudos

STM32F1 pwm mode and center aligned question

HelloI'm very new to the STM world (just came from arduino) and I'm learning about timers and PWM. I have some questions about some settings that I cannot seem to find any answers. What is the difference between PWM mode 1 and 2And what is the differ...

JJeba.1 by Associate II
  • 2844 Views
  • 2 replies
  • 0 kudos

STM32F767 ADC Multi-Channel Interrupt Mode Read

Hi. I am trying to read 4 ADC Channels sequentially in interrupt mode: ADC2_IN7, ADC2_IN14, ADC2_IN15 and ADC2_IN8. However it only reads the last rank channel every time. Please help me understand what I'm doing wrong.Compiler:          IAR Workbenc...

STM32L4 I2S configuration not working with CS4344

Hello,I am trying to implement I2S protocol for my project with STM32L433RBT6. I should play short (up to 5 seconds) .wav stereo audio samples that are with 44.1 kHz sampling rate and 16 bit audio sample. The I2S line goes into the CS4344 DAC. Thus, ...