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

How do you setup ITR0

I see that those ITR0 .. 4 are connected somehow to timers you can use it as timer trigger.How do you set it up working. Can somebody provide sample code ?I want faster timer to control (start, stop) with slower time. I have spent a few weeks experim...

MNapi by Senior III
  • 1421 Views
  • 2 replies
  • 0 kudos

NUCLEO-H743ZI availability? - Q to STM team

Dear STM team,we use and love your STM32H7. We would need approx. 50 NUCLEO-H743ZI, but no way to order this amount.It looks like, the H7 NUCLEO is not available (in the US) "anymore".What is the status of your H7 chips, esp. NUCLEO boards?Is my gues...

My PVD (Programmable Voltage Detector) don’t work

Hi.I want my MCU (STM32F107VCT6) to generate an interrupt when the Vdd is below (e.g.) 2.9V. I have implemented the following init-code:PWR->CR = PWR_CR_PLS_2V9; // 2.9V mcu_reg = PWR->CR; PWR->CR |= PWR_CR_PVDE; // Bit 4 PVDE: Power voltage d...

0690X000006D12FQAS.png

How to store configuration values on a STM32L432

Hello. I would like to store specific configuration values on several STM32L432. They are related to network configuration parameters (network ID, element ID, number of elements in the network, etc.) and It should be changed sometimes. They are eleme...

How the font size can be Increased?

I upgraded the STM32CubeMx to 5.0, today. But it is very difficult to read the User Interface and Text in the Program. How i can get bigger fonts?I am developing programs with STM32H753 (my own PCB), and H743(nucleo 144) board... Is there any bigger ...