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

CAN Bus - how do I set baud rate on STM32F303x?

Posted on January 14, 2016 at 16:43The default examples are for the Discovery board running at 72MHz. Mine is running at 65.536MHz, meaning that I need to adjust the baudrate to get the round number I desire eg 1M, 500k, 250k, 125k etc.It is not obv...

gbigden by Associate III
  • 1314 Views
  • 1 replies
  • 0 kudos

quadrature output - STM32F407

Posted on July 10, 2013 at 15:27I need to output a simulated quadrature signal on two mcu pins. Is there a way to cleanly do this using the advanced timing features of TIM1 & TIM8?I know that there are other ways that essentially amount to using tim...

dibs by Associate II
  • 2318 Views
  • 7 replies
  • 0 kudos

STM32F7 HAL ADC Failes to select TEMPSENSOR

Posted on January 14, 2016 at 11:06To sample the temperature sensor I am using the HAL_ADCEx_InjectedConfigChannel. Since the ADC_CHANNEL_TEMPSENSOR and ADC_CHANNEL_VBAT share ADC channel, only one of them can be sampled at a time, depending on the ...

jorgen by Associate
  • 374 Views
  • 0 replies
  • 0 kudos

STM32F4xx CubeMX USB device CDC class example

Posted on September 26, 2014 at 02:00I am using an STM32F427 processor and wish to implement a USB device CDC virtual serial port on the HS USB port. I am generating my initialization/driver code with CubeMX. I am having a hard time figuring out wha...

krubow by Associate II
  • 4220 Views
  • 10 replies
  • 0 kudos

TIMER Question

Posted on January 13, 2016 at 04:53Hi Everyone. I've looked through some of the older posts re: timer delay function, and I have used one of those posts as a base to what I have implemented. The problem is, when I run the delay function in a loop to...

mbmail4 by Associate II
  • 1028 Views
  • 7 replies
  • 0 kudos

How to recognize which edge lead to EXTI

Posted on January 12, 2016 at 22:06How do you recognize, which edge lead to EXTI, if it is configured for rising and falling edges?Now, I look a state of that pin in IDR register, immediately when EXTI occurs. But in that time, between cause of inte...

matic by Associate III
  • 1691 Views
  • 10 replies
  • 0 kudos

Multiple PWM input capture on one timer

Posted on February 12, 2013 at 16:17Hello, I am able to accurately capture one PWM input on each 16- and 32-bit timers on the STM32F4x and STM32F3x Discovery boards (using IC1 and IC2). But, I have not had any luck capturing two PWM singnals on a si...

pliable3 by Associate
  • 3156 Views
  • 9 replies
  • 0 kudos

Example for FSMC or driving a LCD

Posted on January 13, 2016 at 17:06I would like to see an example about how to drive a LCD with F10X or F20X. Like bit banking RW/WR and handling data. I saw something for Nucleo boards, but I wonder would that help with other boards.

LMI2 by Lead
  • 619 Views
  • 2 replies
  • 0 kudos

RTC frozen (M41T93) on my STM32L052

Posted on January 13, 2016 at 10:23Hello,I try to use the RTC M41T93 with a microcontroler STM32L052. I use the SPI1 for the communication. It seems to work well as I am able to read the time, to write the time and some registers.The problem is that...

F427 - Timer interrupts right after start?

Posted on January 11, 2016 at 11:46 Hi Guys, I am setting up my F427 with a master-slave timer (TIM4->TIM1). TIM4 triggers two capture and compare interrupts, CC2 (CCR2 = 1), and CC4 (CCR4 = 5000). TIM1 is triggered by CC2 signal. ...

hof2 by Associate II
  • 1440 Views
  • 4 replies
  • 0 kudos