STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Exception handler code for STM32F0

I did a search in this forum and in the Internet but did not find anything specific. I have found some references and online articles but I would like to avoid reinventing the wheel or at least reinventing it from scratch.I am thinking of a handler (...

ECost by Associate II
  • 614 Views
  • 3 replies
  • 0 kudos

Changing MITx_CRRx and ARR on the fly

Hi, I am trying to change MIT4_CRR2 on the fly to change the period of the PWM output by doing:void EXTI4_IRQHandler(void) { /* USER CODE BEGIN EXTI0_IRQn 0 */ htim4.Instance->CNT = 0; htim4.Instance->CCR3 = 0x0000A978;   /* USER CODE END EX...

Wleon.1 by Associate II
  • 542 Views
  • 3 replies
  • 0 kudos

voltage regulator

where is BYPASS_REG pin of voltage regulator in stm32f407vgt6 and how it was enabled and disabled?

Vtrai by Associate II
  • 424 Views
  • 1 replies
  • 0 kudos

Unstable work on STM32H743IIT6 mcu.

Hello community! My mcu is STM32H743IIT6 tqsp176 from blue waveshare board. I create a new project from Cube with HAL. Then I make the simplest flashing cycle of the LED:volatile unsigned long x = 0;   while (1) { while (x++ < 2000000) {} x =...

0690X00000DYcMUQA1.png 0690X00000DYcLqQAL.png 0690X00000DYcNmQAL.png 0690X00000DYcMAQA1.png
PYoda.1 by Associate II
  • 2283 Views
  • 17 replies
  • 0 kudos