STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SD FATFS codes generated from CubeMX doesn't work?

Posted on January 16, 2018 at 05:39I'd followed the link workaround and it still doesn't workhttps://community.st.com/docs/DOC-1751-wa-proposal-when-using-fatfs-r012c-with-stm32cubemx So I'm just curious did I setup the CubeMX correctly. Appreciate ...

Flash memory operation

Posted on January 17, 2018 at 06:35Hello,I am using STM32F072RB. I have to read and write flash memory in one of application. If i used flash memory operation separately it working properly but when i combine my application code with it, It stuck in...

IWDG with hardware watchdog feature

Posted on January 17, 2018 at 06:12I am getting problem while making the &sharpIWDG work with the hardware watchdog feature in &sharpSTM32F103RB. I am doing this so that the watchdog is automatically enabled at power-on. To make the hardware option ...

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
  • 1957 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...