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

I2C addressing issue

Hello all, I am new to the STM32 environment. I have a Rasberry pi's I2C lines connected to a NUCLEO-L552ZE-Q on the I2C2 peripheral on pin PF0 and PF1. I have set up the address to 0x50. I have attached a text file showing different instantiations a...

0693W00000Hq0N2QAJ.png
VThan.2 by Associate III
  • 433 Views
  • 7 replies
  • 0 kudos

Nucleo 496ZG and SDMMC

Hello,iam trying to connect an SD Card to the SDMMC Port via SD 4 bit Mode. On FatFs iam always getting FR_NOT_READY. So there must be a Problem with the SDMMC.Ive google every Thread i could find, but I dindt found a Solution. I use CubeIDE 1.5.0 fo...

Resolved! How to check for Rx/TX Errors using DS3231?

This is my first STM32 project, I have little experience with the CubeIDE or STM32. I am trying to move over from doing all of my previous projects on Arduino.I have got the DS3231 working using the STM32CubeIDE. Board = Nucleo 144 - F413ZH.I am read...

DGood.2 by Associate II
  • 759 Views
  • 4 replies
  • 0 kudos

How to change flash start address without linker file

I need to change my flash jump address when I update firmware. I am using sm32h750 microcontroller, I can change the application code start address with flash .ld (linker) file with this  MEMORY  {  RAM (xrw)   : ORIGIN = 0x20000000, LENGTH = 192K  C...

DCtech by Associate II
  • 262 Views
  • 1 replies
  • 0 kudos

Resolved! Bad ADC values STM32G0B1

I have problem with the result from ADC. I divide it into two problems and will try to describe them good below. First some facts about the design, software and ADC configuration.Device: STM32G0B1CCU6Software using: STM32CubeG0 MCU Firmware Package V...

0693W00000HpxmxQAB.png 0693W00000HpxngQAB.png 0693W00000HpxnqQAB.png
Labels