STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

reset TIMx_CNT

Hi, does htim4.Instance->CNT = 0 resets the counter value in TIM4_CNT ?Does it guarantee atomicity ? Thanks in advance!

Wleon.1 by Associate II
  • 637 Views
  • 5 replies
  • 0 kudos

Selecting/Configuring Flash memory in STM32H7

Hello, My company is evaluating a graphical application according following specs. Res. 640x360, RGB565 interface, JPEG / JPEG stream images / videos /animations. The selected uC is STM32V3A3VGT3. Data information for videos and images will be stored...

IVill.1 by Associate II
  • 1213 Views
  • 3 replies
  • 0 kudos

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
  • 632 Views
  • 3 replies
  • 0 kudos

[WebSite] It is not possible to open a previously saved website page

When trying to open a page that was previously saved with the Firefox browser (current version) the site is loaded, but the Cookies acceptance question appears, so after accepting, the page does not open the content.Please check this, not being able ...

by Not applicable
  • 450 Views
  • 1 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
  • 565 Views
  • 3 replies
  • 0 kudos