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! SDMMC FR_NO_FILESYSTEM STM32H7

Hi everyone. I'm trying to build a data logger using a SD Card using SDMMC. I'm using the STM32-H747i DISCO, STM32 Cube IDE and following the example STM32 - Creating a File System on a SD card from STMicroelectronic youtube channel.The program passe...

1.jpg 2.jpg 3.jpg 4.jpg
JuanBT by Associate II
  • 1930 Views
  • 6 replies
  • 0 kudos

STM32F767 IVT - relocation at run-time ?

Hello All,I am working on a system and my firmware consists of a boot-loader (Second-Stage Boot Loader) and application. Boot-loader is occupying sector 0-3 and Application lies in sector 4 to sector 11 of micro-controller flash (STM32F767).Problem s...

SGAUR.1 by Associate III
  • 891 Views
  • 5 replies
  • 0 kudos

Resolved! How to set "Don't fragment" flag LWIP short TCP paquets

Hello,I am sending very short TCP paquets (600 bytes maximum) in a PC <=> MCU transfer scenario. I wish the software running on the PC to answer using an empty (len=0) TCP flag ACK packet as soon as it gets every TCP packet.Using an STM32F207ZG and L...

JMarq.1 by Associate III
  • 4056 Views
  • 17 replies
  • 6 kudos

Resolved! OSPI Default Pin Level of DIO0-3 in QSPI mode

Dear Community,for my application I'm using a STM32H723VGTx to control a sensor via the OSPI interface which is operating in QSPI mode (STM32 master, sensor slave). After I had a look on the bus interface with a Logic Analyzer I'm wondering, if there...

Jurni_JasteD_0-1689170207095.png

Writing to a memory location

Hi all, I want to modify the MODER register of GPIOA using memory addresses. I have the following code but it doesnt work. I think its the derefence of the variables where my problem is. I'm using the STM32L053R8 with the nucleo-l053 board #include <...