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

Resolved! Temperature sensor characteristics of STM32F407

As per table 69 under section 5.3.22 of datasheet STM32F405XX/407XX (DocID022152 Rev 8), the parameters of “Average slope�? (Avg_Slope) and “Voltage at 25°C�? are specified to be 2.5mV/°C and 0.76V, respectively. Does it imply the sensitivity to be 4...

TKumi by Associate
  • 913 Views
  • 2 replies
  • 1 kudos

Bluepill program upload does not work as expected

Hi!This is my first post on this forum.I just got an STM32F103C8T6 board from Ebay, ( https://www.ebay.com/itm/STM32F103C8T6-Minimum-System-Developmen-Board-Module-Core-Learning-For-Arduino/323747797666?ssPageName=STRK%3AMEBIDX%3AIT&_trksid=p2057872....

GKnut by Associate II
  • 758 Views
  • 4 replies
  • 0 kudos

STM32H753 Revision V Migration

Hello,We currently have a board with the STM32H753XI Rev.Y MCU.We're building a new revision of the board, and saw that there is a new STM32H753 revision (Rev.V). This revision has significant changes.There is no new part number for the Rev.V devices...

Yan Rosh by Associate II
  • 361 Views
  • 2 replies
  • 0 kudos

Problems with UART4 on the Nucleo-F429ZI

I'm working with the Nucleo-144 (STM32F429ZI) on a multi sensor system. I am developing using STM32CubeIDE.One of our sensors communicates over UART and we have broken out UART4 such that PC10 is TX and PC11 is RX. This configuration is suggested as...

jermat by Associate
  • 208 Views
  • 0 replies
  • 0 kudos

STM32L151 did not wake up from stop mode RTC

Hi Comunity. This is my code project code to enter to stop modeNVIC_InitTypeDef NVIC_InitStructure; GPIO_InitTypeDef GPIO_InitStructure; /* Enable PWR APB1 Clock */ RCC_APB1PeriphClockCmd(RCC_APB1Periph_PWR, ENABLE);   /* Allow access to R...

Resolved! STM Flash Loader Demo does not recognize my NUCLEO-F767ZI

I am trying to use the built in boot-loader on my STM32F767. I wrote a simple app on my PC and I can get sensible answers from GET, GET VERSION, GET ID commands. But when I try to do a GO or a READ, the address (I have tries 0x00200000, 0x08000000 an...

KDuff.15 by Associate II
  • 359 Views
  • 2 replies
  • 0 kudos

Resolved! stm32 uart Tx dma transmission doesn't work

I'm using the stm32f103 and I'm trying to send a text stored in SRAM via DMA to the USART 2 peripheral. My assumption is I'll turn on the usart2 TX dma ( DMAT )request whenever I need it and turn it off after the current transmission completes, (i.e...

ASeyo by Associate II
  • 1218 Views
  • 6 replies
  • 1 kudos
Labels