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! STM32H7A OCTOSPI / HYPERRAM Disabled in STM32CubeIDE

Hello all, I have a fundamental question, I hope it is easy for somebody who has done this before.I started a brand new project for a STM32H7A3VITxQ on Firmware package FW_H7 V1.11.2STM32CubeIDEVersion: 1.16.0Build: 21983_20240628_1741 (UTC)Updated t...

octodisabled.png
JMogo.1 by Associate II
  • 254 Views
  • 3 replies
  • 0 kudos

Resolved! RMII diagrams

Hi, we are working with a STM32F217 and the RMII bus.In the two documents reported I see an inconsistency on the diagrams (on the one hand rising edge sampling, on the other falling edge). Which one is correct for my chip?RM0033 Figure 328 Reference ...

Resolved! STM32L412xx UFBGA package VBUS pins?

Dear allI'm starting a design with the  STM32L412R8I (or  maybe STM32L412RBI6) and I cannot find the VBUS dedicated pin in the datasheet nor in the manual. In this design the USB will be always device (no OTG)Is it enough to have VDDUSB powered to de...

Resolved! STM32L4A6 ADC Sequence Time less than expected

I'm using ADC1 to measure the Temperature Sensor channel and the Vrefint channel. I expect those to vary very slowly and I am in not in a hurry so I am maximizing the sampling time. These are my settings in STM32CubeIDE:It generates the following in ...

CKugl1_0-1715886426768.png CKugl1_1-1715886508737.png
CKugl.1 by Senior II
  • 1187 Views
  • 10 replies
  • 4 kudos

SPI - role of the NSS signal?

This is a question about SPI communication.There is an NSS pin for SPI communication, but is it okay to use GPIO instead of the NSS pin when there is one master and one slave?We don't quite understand the role of NSS. I think it will be useful when t...

STM32U545 : LPBAM cotinuous ADC multichannel

Hi,I am using an STM32U545 on which I expect to use ADC4_IN1 and ADC4_IN18 in stop mode 2 (using LPBAM).I want to create two buffer (buff1 and buff2 uint16_t[32]) dedicated to each input.I want to read 32 samples from input1 then 32 samples from inpu...

Aurelien1 by Associate III
  • 516 Views
  • 5 replies
  • 0 kudos

Resolved! STM32H7B0RBT6 with QSPI PSRAM APS6404L-3SQR

Hi Community,During a project we are using the microcontroller STM32H7B0RBT6 with QSPI PSRAM APS6404L-3SQR , it works fine in indirect mode either in quad read and quad write, but the issue is with the write in memory mapped mode when trying to write...

ALAMI_Othmane_0-1696536469785.png

A question on pin labeling for STM32H7

The STM32H7 reference manual (stm32h723zg.pdf) contains several tables describing he pin mappings (pin to functions).In Table 7 and 8, for pin A0, A5, and A15, it lists the pin function as "TIM2_CH1/TIM2_ETR" for alternate function #0. Should this be...

sidney by Associate II
  • 200 Views
  • 2 replies
  • 1 kudos

Resolved! STM32F0* Leave DFU mode with BOOT0 HIGH

Motivation: Release a product (STM32F072RBT) with no buttons or toggles on the PCB and allow customers to flash and interact with their product over USB serial interface. Requirement: Keep BOOT0 held high so the STM32 is in DFU mode upon initial conn...