STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 901 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
  • 1517 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
  • 1465 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); ...