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

ADC triger on PWM edge

Posted on January 25, 2017 at 22:27Hello,On a STM32F407VE device   i have a timer2 which reads 3 hall sensors from a bldc motor,  this timer is feeding the trigger signal into a advanced timer1 which generates 6pwm's for the transistor bridge.The  r...

Bogdan by Senior
  • 472 Views
  • 2 replies
  • 0 kudos

stm32f103ret6 internal temperature sensor range

Posted on January 25, 2017 at 02:01Hi,I am using STM32F103RET6 as microcontrller.   In ADC1, there is a internal temperature sensor.  Can this sensor read up to 150C, what is the temperature reading range of this sensor?Thanks, Jian#temerature-senso...

spi transmit without mcu control

Posted on January 20, 2017 at 06:22I'm learing stm32 spi,In normal way of master mode, I have to low the slave select pin, then transmit data, then high the slave select pinI know that I can use dma to transmit data,but I am not sure that dma can co...

ctc.ctc by Associate II
  • 958 Views
  • 4 replies
  • 0 kudos

Interface 5 motors requiring n-Pulse Generation mode

Posted on January 24, 2017 at 22:25I asked a question earlier on how to generate n-Pulses from STM32 to drive a servo like interface -> https://community.st.com/0D50X00009XkdsSSAR, and it worked. This feature is available only on TIM1/8. Is there a ...

Neo M by Associate II
  • 1683 Views
  • 11 replies
  • 0 kudos

CAN interface stack for STM32F0 series controllers

Posted on January 24, 2017 at 18:54I am building a peripheral device that will use an STM32 microcontroller.  This peripheral device will communicate with a master/supervisory device over a CAN interface.  We have tentatively chosen the STM32F091CC ...

ADC values reading with DMA

Posted on January 21, 2017 at 07:17The original post was too long to process during our migration. Please click on the attachment to read the original post.

brent Kim by Associate II
  • 1552 Views
  • 5 replies
  • 0 kudos

STM32F303K8 timer interrupt hangs

Posted on January 25, 2017 at 11:07Hi,I try to implement a timer with interrupt routine, but it always hangs after the timer is activated. This can be seen if I use the debugger over SWD: when I execute the next command after TIM_Cmd(TIM2, ENABLE); ...