STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L053 NUCLEO64 issues

Posted on January 26, 2017 at 10:06Hello all. I have a STM32L053 NUCLEO64 (my third one now) and it has blown again. I can't figure out where I am going wrong. I am powering via the USB from my PC. The common theme seems to be that it happens when I...

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
  • 352 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
  • 779 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
  • 1256 Views
  • 11 replies
  • 0 kudos

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
  • 1230 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); ...