STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

CAN Appnote for STM32 Devices

Good afternoon Clive et al,I need a functional description that discusses the data flow of CAN data. Reference manual does not have a detailed description.If no additional documentation is available, are there documents other than the reference manua...

ZAlem by Associate II
  • 674 Views
  • 4 replies
  • 0 kudos

Resolved! STM32F091 - Problem with USART2 and RXNE flag

In USART2 interrupt service routine ISR is read                isrval = USART2->ISR​;Stopping at breakpoint just before this statement, Keil debugger shows ISR value 0x000000F8.Stepping one step (to read this ISR), value in  ISR changes to 0x000000D8...

0690X0000087pANQAY.jpg 0690X0000087pADQAY.jpg
JuM by Senior
  • 614 Views
  • 2 replies
  • 0 kudos

STM32H743 HRtimer PWM

hi i'm using HRTIM for PWM output.i could complete pwm output. but i want to stop it at pulse count that I want.is there any good way to stop output at i set pulse counts??​

klee.15 by Associate
  • 574 Views
  • 2 replies
  • 0 kudos

H750VBT6 BKPSRAM can't keep DATA

 /* Enable write access to Backup domain */ PWR->CR1 |= PWR_CR1_DBP; while((PWR->CR1 & PWR_CR1_DBP) == RESET) { } /*Enable BKPRAM clock*/ __HAL_RCC_BKPRAM_CLK_ENABLE();   *(__IO uint32_t*)(0x38800000+36) = 12345678;run to here, DATA 12345678 is writt...

ZYubi by Associate III
  • 579 Views
  • 2 replies
  • 0 kudos