STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

STM32F746 Page Size

Posted on January 15, 2018 at 17:31Hi, I am in the process and nearly completely writing a bootloader. The bootloader will load small sized programs, however if I load a large file then it goes wrong. I ave tracked this does to the writing by readin...

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

On NucleoF7 evaluation board, 3-wire SPI communication

Posted on January 16, 2018 at 22:56with STM32F7 Nucleo evaluation board, we are tying to use SPI protocol to communicate with a MLX90316 (a Rotray Position Sensor). with a little bit different from the normal SPI set up, this IC only have one MOSI p...

Ming Yue by Associate
  • 271 Views
  • 0 replies
  • 0 kudos

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

Labels