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

STM32F417 CAN Filtering

Heei,See figure 342 on page 1088 on reference manual RM0090 Rev 19. It denotes the 32-bit CAN filter register layout. I have the registers configured as described below:F1 register is 0x200000 (bit 21 set). e.g. stdid[0]F2 register is 0x1fe00000 (bit...

Jenny by Associate II
  • 665 Views
  • 2 replies
  • 0 kudos

What FMAC can do?

I want to do averaging, and finding peak value of about 1k ADC readings. I wonder if I can use FMAC to do it to offload MCU .

HDaji.1 by Senior
  • 719 Views
  • 2 replies
  • 0 kudos

Resolved! Timer slave trigger polarity for input capture

I want to use TIM1_CH1 to measure pulse width. TIM1 works under slave reset mode. The input trigger is TI1FP1. Ideally, TIM1 resets upon rising input, then TIM1_CH1 captures the falling edge. The CCR1 value would be the pulse width. The problem is th...

Yuan1 by Associate II
  • 3138 Views
  • 6 replies
  • 0 kudos

Resolved! RM0090 SAI description flaw

RM0090, SAI chapter:Each FIFO word contains one audio frame.This is incorrect. The correct formulation can be found e.g. in RM0410:Each FIFO word contains one audio slot.Thanks,JW