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

Resolved! How to configure IWDG with the variation in LSI frequency?

As per datasheet of stm32f769ni, LSI frequency is temperature dependent. So watchdog reset timer can be affected as the LSI frequency varies. Is there any method to configure IWDG reload timer with specific interval of time with updated LSI frequenc...

DC303132 by Associate
  • 779 Views
  • 2 replies
  • 0 kudos

I am using the CubeMX to set up my STM32G031K8 board and I was wondering why do I still have some peripherals initialized even though I choose "No" when prompted with the choice to initialize the settings to default.

I was wondering why when I am setting up my board in CubeMX that some of the peripherals are initialized automatically? Like for example the Green LED or T_NRST set up in GPIO?Is there a way to start with nothing initialized? One would think that ch...

JWire.1 by Associate III
  • 385 Views
  • 0 replies
  • 0 kudos

Question about st Thread_Coap_MultiBoard example

Hi​i'm testing Thread_Coap_MultiBoard example and it works well as readme.txt explained.but it's on m4(=cpu1) layer.​i have question for m0 behavior about mesh network. ​ i get a m0(=cpu0)'s serial log below```[0002283462] [MLE] [INFO]-MLE-----: Rece...

Bkim.6 by Associate II
  • 363 Views
  • 0 replies
  • 0 kudos

Resolved! STM32L4S9 OctoSPI PSRAM support

Hi,I work with a development team that is developing a product that has a STM32L4S9 MCU and a IS66WVH8M8ALL-100 HyperBus PSRAM.Recently, we found in the STM32L4 Errata that actually this MCU does not support PSRAM. We noticed that the self-refresh wa...

0693W00000FCV2bQAH.png 0693W00000FCV48QAH.png 0693W00000FCV5QQAX.png 0693W00000FCV6sQAH.png
DReis.2 by Associate II
  • 1463 Views
  • 3 replies
  • 0 kudos

H7 read temperature from ADC

H friends,I'm trying to read adc3, a temperature sensor from stm32h753. But something is wrong. Because I didn't get any interruptions. Can anyone help?void MX_ADC3_Init(void) { LL_RCC_SetADCClockSource(LL_RCC_ADC_CLKSOURCE_CLKP);   /* Periph...