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

UART information is shifted by 1 byte when I connect my STM32G474RE directly to my PC and use a terminal program to send information to control things. It fixes itself after resetting the board.

For example, if I send 1000, it will be received as 0100 on the STM board. I send what I received in the Rxcallback function. My program doesn't work, so I know this is the case. This issue stops after I hit the RESET switch on my board. Now, my iss...

ssd1327 oled display interfacing with stm32

Hi have been working on the interfacing of ssd1327 with stm32 microcontroller, i am just trying to print a pixel on the display but I could not display it. my code is as follows WRITECOMMAND(0xae); // WRITECOMMAND(0x15); WRITECOMMAND(0x00); WRITECOMM...

NJP.1 by Associate III
  • 545 Views
  • 1 replies
  • 0 kudos

Utilizing discover board STM32F407 with FPU

Hello! I am utilizing discover board STM32F407 with FPU , The board is ARM cortex M-4 based. I want to use FPU to quick the process of conducting exponent calculations and Floating point. I have set down all peripheral drivers that are required for a...

by Not applicable
  • 471 Views
  • 2 replies
  • 0 kudos

Resolved! Compare ONLINE<->OFFLINE project

Dear experts,I am new to STM32 world, so I apologize, if my question is inappropriate.Is there a way how can I see the program differences between saved project (PC) and the one that is loaded in the MCU?I'm using System Workbench IDE to program stm...

MBirz.1 by Associate
  • 537 Views
  • 2 replies
  • 0 kudos

Resolved! Can you help me verify the schematic of STM32L476RGT6U?

I'm mounting my MCU on PCB. I have done the schematic referring from https://www.st.com/resource/en/datasheet/stm32l476je.pdf . Please help me verify this. My conditions are as follows.I am using 2 Digital sensors and one LoRa as communication module...

Labels