STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Drive dual displays from a single STM32F400 series MCU

Posted on January 09, 2018 at 07:07We are designing for an application having front and back-facing 7' displays.  I am keen to hear suggestions for running both displays from the same processor using using LTDC or display peripheral?Both displays wi...

luke23 by Associate III
  • 1634 Views
  • 10 replies
  • 0 kudos

Setting the baudrate for usart in stm32f103rb.

Posted on January 16, 2018 at 18:27Why do we need to calculate the baudrate using this formula,baud = fCK / (16*USARTDIV)I mean, why can't we write 9600 or any other desired baudrate value directly in USART_BRR register? Why do we need to perform th...

FFT Problem in Loop STM32F4-Disco

Posted on June 24, 2017 at 11:09 Hi folks; I want to use fft (1024) in my signal which came from i2s, so it's should be real time. I'm new at fft, there may be some mistakes. And sorry for my bad english When i use fft without loop everyth...

0690X00000607RsQAI.png 0690X00000607UWQAY.png

Setting the baud rate of USART in STM32F103RB.

Posted on January 16, 2018 at 18:21Why do we need to calculate the baudrate using the formula,baud =fCK / (16*USARTDIV)I mean why can't we write 9600 or any other desired baudrate directly in USART_BRR register? What is the purpose of performing  th...

Idiots guide required or is it hitch hikers

Posted on January 16, 2018 at 18:07I have got connected a nucleo-f401 with idw01m1.I have tera-term  for terminal things and Firefox as brouser.I have got the server socket compiled and loaded in system work benchAfter some time trying to load dynam...

STM32 gateway LoRa

Posted on January 16, 2018 at 14:21Hello, i want to use 2 STM32 discovery kit, One for the client LoRa and One for create a gateway LoRa.does it already exist a script that works as gateway lora that could works in the STM32 discovery kit? or other ...

Synchronizing SPDIFRX and SAI clocks

Posted on August 29, 2017 at 15:09Hi everyone, For the last week I've been trying to capture a SPDIF stream (at 48000 Hz) through the SPDIFRX peripheral with the STM32F745 MCU and redirect it through a SAI output (connected to an external DAC).The m...

Resolved! STM32F723e-disco HS USB examples - Cube issues

Posted on January 11, 2018 at 18:31I am currently trying to generate a new project for Keil as a HS Custom HID device (eventually it will be composite with another class) and have been encountering enumeration issues.  The code builds, loads, and ru...