STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Possible reasons for STM32F4 to generate a reset.

Posted on February 22, 2017 at 12:26We have a strange problem on one of our boards. One cabinet has 3 identical boards, running the same binary, (the application is configured remotely from the main server so the software behavior is different), but...

STM32F1 how to configure CAN filters in ID List mode?

Posted on February 21, 2017 at 10:06I can configure CAN filters from main.c file, but I want also to configure them by sending frame from the other node. It's that even possible to configure CAN filters while STM is working? There is the code from i...

jerzy by Associate II
  • 2597 Views
  • 5 replies
  • 0 kudos

Resolved! STM32 1MBaud UART

Posted on February 22, 2017 at 14:32Hello, I am currently using the STM32L432KCU6 and I am finding a bottleneck when streaming from the UART.  I need around 1MBaud but according to the datasheet the STM32L432KCU6 max is 200kBaud.  At what family of ...

An issue about stm32cubemx

Posted on February 15, 2017 at 00:36Recently, when I tried to create a new project or load an existing project using the latest version (4.19.0) of cubemx, it kept going back to the homepage. I can't figure out why. Does anyone know how to fix this ...

Configure Timer for Output Compare

Posted on February 22, 2017 at 15:10 I want to configure TIM3 on my STM32F072 to count the number of pulsesfrom the built-in comparator, and thenToggle Pin PA7 when the compare value was reached. I have a multiplexed sine signal coming into the c...

abotha by Associate III
  • 282 Views
  • 0 replies
  • 0 kudos

Resolved! BSP LCD drivers support for STM32F779

Posted on February 22, 2017 at 14:51Hi,I am currently working with STM32F779. Are there any STM32F779 BSP drivers for the LCD as there were in STM32F769? If not, where can i find any relevant example?I would appreciate any assistance.Regards,Ioannis...

Io D by Associate II
  • 474 Views
  • 1 replies
  • 0 kudos

STM32 Quadrature Encoder

Posted on February 21, 2017 at 21:50Hello guys,I would like to use an quadrature encoder for a motor control application on an STM32F303K8T6.Unfortunately the hardware gives me the following configuration:ENCODER_OUT_A -> PA2 (TIM2_CH3)ENCODER_OUT_B...

F030 SPi initialisation

Posted on February 22, 2017 at 06:45Hi, I am having trouble setting up the SPI port on a F030. The basic initialization codeThe Ports are setup for AF0 on ports B3,4,5    // set baud rate    SPI1->CR1|=SPI_CR1_BR_0|SPI_CR1_BR_1|SPI_CR1_BR_2;      //...