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

I am using a STM32G474 and testing it in a nucleo-64 board. When I enable the hardware window watchdog and the hardware independent watchdog my software does not run. it seems to get stuck after each startUp.

The hardware watchdogs is set through an option byte modification done by software and right afterwards the WWDG and IWDG init functions are called as well as the refresh API, called periodically. If I change my code to use the SW WWDG and IWDG then ...

AMija.1 by Associate
  • 718 Views
  • 1 replies
  • 1 kudos

CAN RX interrupt invokes LTDC error upon exit

This is a weird one :) I'm using the STM32F769 device, and I have the LTDC peripheral running at low speed (8MHz PCLK). When I send a CAN message to the unit, the CAN RX interrupt is invoked, and only when the ISR exits,  an LTDC error interrupt is r...

RShan by Associate II
  • 502 Views
  • 0 replies
  • 0 kudos

HRTIM

which registers should I use to set to set the flag in the HRTIM_TIMxISR register   O1STAT: Output 1 Status Output 1 was active   I think this is a normal question, because I see a discrepancy between the documentation and the behavior of the microc...

MTS by Associate II
  • 1095 Views
  • 3 replies
  • 0 kudos

Resolved! RM0456 - repeating chapters in Bookmarks

In Bookmarks, first 5 chapters are repeated: The same was with 'L4 manuals, lazy to look up the thread, I wonder whether those are fixed [EDIT] found it https://community.st.com/t5/stm32-mcu-products/rm0351-repeating-bookmarks/m-p/120032 [/EDIT]JW

waclawekjan_0-1687867032533.png

Resolved! STM32L100RC temperature sensor

Does the STM32L100RC have a temperature sensor?RM0038 refers to the temperature sensor in the STM32L1 line of processors. However, the STM32L100RC datasheet only mentions "tempsensor" in table 4 and nothing else anywhere. CubeIDE will allow the tempe...

km by Associate
  • 3404 Views
  • 3 replies
  • 1 kudos

PLL Maximum input jitter

What exacly is the maximum acceptable jitter for the input reference clock ?The chip we are using is the STM32U585QIIx. We consider using an external clock from a VCO as HSE, and increase the frequency of the clock using the internal PLL. The VCO is ...

Resolved! Does STM32G050K6 have Unique ID?

There is "96-bit unique ID" in the datasheet (DS13514 Rev 2 ). The feature is also listed on product page . But there is no mention of unique ID in the reference manual (RM0454 Rev 5). Does the MCU have unique ID and how it can be accessed?