STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L031C6 reading vdda & temperature

Hi,I have a custom board with an STM32L031C6 and I'm trying to read the internal temperature. The board is battery powered at about 2.6V and the vdda is the same.If I read the ADC channel with vrefint, it returns a value of about 850, which, when pas...

Ufoit by Associate
  • 92 Views
  • 4 replies
  • 0 kudos

MCU choices with "reversable" USB pins

Hi all,I am on the lookout for an STM32 microcontroller where the order of USB D+ and D- pins can be "reversed". What I mean by this is that in most ST MCUs I have reviewed the USB pins are arranged so that D+ is above, and D- below it, as exemplifie...

ankes_0-1764621373987.png ankes_2-1764621580759.png ankes_1-1764621487915.png
ankes by Associate III
  • 59 Views
  • 3 replies
  • 0 kudos

stm32U585 + 2 x APS25608N OSPI - speed problems

Hai All!I use 2 pieces of APS25608N PSRAM on OSPI bus with memory mapped mode. The MCU run at 1.8V, 160MHz system clock. Previously, I used APS12808N at 80MHz and 3.3V VDD without any issues.Currently, the PSRAMs run at 50MHz, but need to speed up to...

ccuebler by Associate II
  • 101 Views
  • 2 replies
  • 0 kudos

STM32G031K8 consumes 100uA in Stop1 mode

Hi,I am currently working on the firmware of a PCB with an STM32G031K8T6 as the MCU, supplied by a 1.8V voltage.When I enter Stop 1 mode, the consumption of the MCU drops to 100uA, instead of the 7uA stated in the datasheet.The app_stop function is a...

levantg by Visitor
  • 18 Views
  • 0 replies
  • 0 kudos

STM32L432 nucleo I2C bootloader communication issues

Hello,I'm trying to test FW update over I2C using RPI as host and STM32L432 nucleo board as slave on port I2C1 which according AN2606 (table 152) should be available. I've connected 4.7k pullups on PA6 + PA7 pins and perform NRST to 0 and BOOT0 to 1 ...

MBeli.1 by Associate III
  • 43 Views
  • 4 replies
  • 0 kudos

Bank switch does not always work

Hello everyone!I'm facing a problem when trying to switch a bank on STM32H745 MCU. The issue happens only when the debugger is disconnected. Our implementation uses the HAL library to perform Bank switch like this:HAL_FLASH_Unlock(); HAL_FLAS...