STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1015 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
  • 554 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
  • 463 Views
  • 3 replies
  • 0 kudos