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! How to temporarily disable timer outputs on STM32G071

In my application I have TIM1 configured to output a configurable frequency - which works well.Now I want to add support for pausing the timer and the outputs should then go to inactive state( = low).But whatever I try with MOE, OSSI, CC2E, CC2NE bit...

b.a. by Associate III
  • 1876 Views
  • 6 replies
  • 0 kudos

Resolved! STM32H745 Dual Core SRAM

Hey,I am starting to write a new project on STM32H745ZI.Core M7 is responsible for control and core M4 is responsible for communication with a computer.There is a lot of data that I want to share between the two cores, there is data that the access s...

ACohe.3 by Associate II
  • 831 Views
  • 4 replies
  • 0 kudos

Resolved! STM32F413CGU6 FW upgrade using USB

Hi. I am luisI have question about STM32F413CGU6 FW upgrade using USBQ1. how can I setting Stm32CubeIDE usb parameters?? FW upgrade is only use "OTG"??I can use USB mode only "host" or "device".Q2. Is there another setting for standalone USB setting?...

luisfynn1_0-1704350751380.png luisfynn1_1-1704351045431.png

how to unlock flash?

hello everyone , while burning  file in stm32103  with stmcube programmer i checked rdp in option byte ,now when i try to erase previous file and burn new file again it says core is locked up ,is there any solution ?

ahmash by Associate II
  • 561 Views
  • 2 replies
  • 0 kudos

STM32F412 SPI not sending

I'm using the STM32F412 with an SPI LCD on a custom board and am having problems with the SPI communications. It seems that the TXE flag is always high, and therefore the code locks on the  -:while (!__HAL_SPI_GET_FLAG(&spiHal, SPI_FLAG_TXE)):- check...

Resolved! STM32H735 ADC3_INP16 Issue

The data sheet for the STM32H735 (DS13312) lists "ADC3_INP16" as an additional function for PH5, and this function is also available for selection in both STM32Cube IDE and STM32CubeMX.However, in looking at the STM32H735 reference manual (RM0468) , ...

dsurrett by Associate II
  • 1449 Views
  • 8 replies
  • 0 kudos

Resolved! Running STM32L0538-DISCO sample project

Hello. I have recently purchased STM32L0538-DISCO board and I want to play a bit with the E-paper display. After struggling for a couple of hours trying to find some sample code or projects to run on STM32CubeIDE, I have found somewhat relevant threa...

LPetr1_0-1704273030053.png LPetr1_0-1704274883646.png LPetr1_0-1704275435893.png
LPetr.1 by Senior
  • 2328 Views
  • 16 replies
  • 1 kudos

Resolved! Turning ON LED on Nucle-G474RE not working when not using HAL

Hi.I am learning how to turn on LED2 of a NUCLEO-G474RE board by using registers (without HAL).I have created a small project which contains:    // This first block works and updates the registers // Start GPIOA Clock (*(uint32_t*)0x4002104C) &= ~(1 ...

RPG by Senior
  • 1349 Views
  • 9 replies
  • 2 kudos
Labels