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

Writing my own Bootloader

Posted on April 23, 2018 at 17:38Hi  I have looked on the forum, and see there is a lot of info regarding this topic. I am coming from a 68S09 processor where I designed my own bootloader that done the following: 1. User first downloaded new firmwar...

Move data into GPIOx_BSRR by DMA?

Posted on April 23, 2018 at 20:33I'm using SMT32F429.I want to move 32 bit data from memory into GPIOx_BSRR by DMA and use a timer as trigger.I tried to setup DMA1 Stream 4 channel 1 (TIM7_UP). And I setup Timer7. But I end upp getting Stream 4 tran...

sima2 by Associate III
  • 258 Views
  • 1 replies
  • 0 kudos

UART Driver for STM32F413H

Posted on April 23, 2018 at 10:07Hi All,I am working with STM32F413H disco kit. Configured UART2 driver with 4 wires(Tx,Rx,CTS,RTS).I am using UART in interrupt mode. Trying to send and receive some data with loopback test.But when UART_Recv_IT is g...

Evaluation board for STM32L486

Posted on April 23, 2018 at 05:48Hi ST fellows,I want to use http://www.st.com/en/microcontrollers/stm32l486rg.html&sharpsw-tools-scroll  I do not see any development board for this MCU.  Can you please suggest some eval. board or discovery kit to t...

Calculating crc32 on stm32f769NI

Posted on March 20, 2018 at 10:15Hello,I am trying to calculate crc32 on stm32f769NI MCU and found that the generated crc doesn't match the standard crc32 algorithm with 0x4C11DB7 as the polynomial and 0xFFFFFFFF as the initial value. I am using thi...