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

STM32H7 UART (DMA with IDLE line) unknown length problem

Hello,I am trying to use UART with DMA with IDLE line for unkown length data reception and I am getting the following error:request for member 'NDTR' in something not a structure or union main.cI coded a couple of years ago a HAL_UART_RxCpltCallback(...

Inigo by Associate II
  • 1815 Views
  • 4 replies
  • 2 kudos

Resolved! LWIP with Ethernet Cable Disconnected

I am using a Nucleo-F429ZI with FreeRtos and LWIP. I am having an issue with LWIP when I start with a disconnected Ethernet Cable and then when I connect it back when the firmware is running.I have a thread with the following code. 1 - The gnetif str...

Resolved! STM32F030F4 with 32K of flash?

Hello! I am experimenting with a STM32F030F4P6. When I connect it to STM32CubeProgrammer via bootoader (UART), there is an info saying the micro has 32Kb of flash, instead of the expected 16Kb for this part.Is it possible that this microcontroller re...

32Kb.PNG
Castelo by Associate II
  • 1376 Views
  • 8 replies
  • 1 kudos

Resolved! UART Rx Buffer

Hi Comunity, I am very new to STM and got some problems on serial UART. I can get data from my serial, but my problem is if the data received is less than the length of the array, the next data received doesn't overwrite the first data. How do I fix ...

BMNanda_2-1708073182034.png BMNanda_4-1708073222310.png
BMNanda by Associate
  • 992 Views
  • 5 replies
  • 1 kudos

STM32G030 USART and HAL_Delay strange behavior

Hello all, I've recently received a dev board for STM32G030F6 microcontroller and I wanted to make a simple USART test before continuing. I've started the project using STM32 CUBE MX initializing serial port and clock, also, I've retargeted printf as...

Resolved! Cortex M33 fault handlers not being executed

Fault handlers that work on M4 and M7's aren't being executed on an M33.  The Usage Fault I'm creating (via an undefined instruction) appears to be escalated to a Hard Fault.  The Core stops executing instructions before ever reaching a handler.  Is ...

Resolved! Problem of porting LwIP to STM32H573I-DK

Hi Everyone,I'm trying to port LwIP to STM32H573I-DK and has referenced to:1. GitHub - STMicroelectronics/stm32h5-classic-coremw-apps at v1.0.0 2. GitHub - stm32-hotspot/STM32H7-LwIP-Examples: Ethernet examples using LwIP + FreeRTOS for STM32H7 Disco...

EyckHuang by Associate II
  • 1434 Views
  • 4 replies
  • 0 kudos