STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 290 Views
  • 3 replies
  • 1 kudos

Resolved! 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
  • 543 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
  • 237 Views
  • 2 replies
  • 0 kudos

Resolved! TSC Advice please

Hi, I am working on an IR remote using STM32L412RBT6P. I have the touch sensing system working to provide the buttons for the user. The user touches a button to send an IR (RC5) code and an LED flashes to let you know it happened. Q1:I have one touch...

Lanceh by Associate II
  • 455 Views
  • 2 replies
  • 0 kudos

stm32h7 uart IDLE

Hi,MCU - STM32h743I have a use case where I need to receive a large chunk of data on UART, and the RX data length is unknown. I have read ST articles about how to do this using the IDLE feature with circular DMA (HAL_UARTEx_ReceiveToIdle_DMA). Howeve...

Daan1 by Associate II
  • 634 Views
  • 5 replies
  • 0 kudos