STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Read uninitialized SRAM values

Hello and thanks in advance for reading my post. I am currently working on my dissertation, trying to implement a digital signing algorithm on a Arm Cortex-M0+ microprocessor. I'm using a NUCLEO-G0B1RE board with a stm32 with the same series. This bo...

undacmic by Associate
  • 150 Views
  • 4 replies
  • 2 kudos

Resolved! Custom Bootloader exection time measurement

Hi, I have written a custom bootlader which verifies CRC of the aplication and then jumps to the application. I wanted to know how can I check the total execution time it takes from start of the bootloader execution to the start of the application ex...

SBhon.1 by Associate III
  • 93 Views
  • 1 replies
  • 0 kudos

New to Stm32; what board do I have? How to program it.

Hello I just purchased a STM32 board. Here is the link:https://www.aliexpress.us/item/3256807324905710.html?spm=a2g0o.order_list.order_list_main.5.3b001802nQFgBb&gatewayAdapt=glo2usaI ordered the Dual Channel version.Here is an image:How do I program...

Screenshot 2025-01-11 at 6.40.00 PM.png
Bill92 by Associate
  • 153 Views
  • 3 replies
  • 4 kudos

Resolved! Sequencer file

Hello I want to understand Sequencer concept as per below link. https://wiki.st.com/stm32mcu/wiki/Utility:SequencerI tried to search stm32_seq.c in STM32F4  package but couldn't find.  I don't see any sequencer folder under utilities folder.    

Nico3_0-1736837019619.png
Nico3 by Senior
  • 92 Views
  • 1 replies
  • 0 kudos

STM32F769I-DISCO printf() using ITM/SWO

Posted on February 21, 2017 at 04:53Hello everyone,I am trying to redirect printf() to ITM using the tutorial in https://www.youtube.com/watch?v=BwgPV3uKuzY and view the output. I followed the steps as shown in that video but I was unable to see the...

Black screen when enabling "Debug: Serial Wire"

Hi guys, I bought a STM32F469I-Disco Board. I have played around with TouchGFX example projects and had success adding an ADC (ADC1_IN9 connected to Pin PB1) conversion to the project and display the value on the touch display as text in a textArea a...

flash data retention,flash lifetime

 Question the flash memory data retention is typically 30 years at 85℃ after cycling 1000 times(refer to the STM32 product datasheet for more information),and 15 years at 105℃ after cycling 1000 times,how did they get this result?Past experience?Ther...

aria by Associate II
  • 74 Views
  • 3 replies
  • 0 kudos

STM32F405RGT6 Device Marking

Hi, I have the part STM32F405RGT6 with date code:2318 (does not have the ARM marking) and date code: 2440 (with the ARM marking) on the package body. Both coo: ChinaMay i know if anyone can advice or any PCN that support on this body marking changes,...

STM32F405RGT6.JPG
Easl1982 by Associate
  • 121 Views
  • 4 replies
  • 0 kudos

About PWR activation when setting clock

 void SystemClock_Config(void) { LL_FLASH_SetLatency(LL_FLASH_LATENCY_4); while(LL_FLASH_GetLatency() != LL_FLASH_LATENCY_4); #if 1 LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_PWR); #endif LL_PWR_SetRegulVoltageScaling(LL_PWR_REGU_VOLTAGE_SC...

treeset by Associate II
  • 84 Views
  • 2 replies
  • 0 kudos