STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F103 RTC calibration issue

Hi,I'm trying to calibrate my RTC by writing on the RTCCR register on an STM32F103 MCU. However, it seems like this is not taken into account as the 512Hz signal is still slightly out.I'm using the following code:PWR-> CR |= PWR_CR_DBP; // Allow acce...

LRegn.11 by Associate II
  • 875 Views
  • 2 replies
  • 0 kudos

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
  • 473 Views
  • 2 replies
  • 0 kudos

Sending and receiving more then 4 bytes with SPI Block

I'm working with MAT-TARGET for several months by now and it is a great tool.In the past few days I encountered a problem regarding the maximum amount of bytes i can send throw the SPI Block (using Simulink R2019b) , while sending & receiving 4 bytes...

Grege.1 by Associate II
  • 448 Views
  • 0 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
  • 546 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
  • 2418 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