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 .
Ask questions, find answers, and share insights on STM32 products and their technical features.
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 .
To read the frequency I am using a timer to output frequency then I am reading the value using a frequence counter. I am using the stm32l083rz chip. I have a gate time of 32 seconds on my frequence counter.I am trying to compensate the drift due to t...
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...
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
I have a B-L475-IOT01A Discovery Board which I would like to get its accelerometer data from and transfer it to a Ublox EVB-ODIN-W2 board using the UART protocol. Is there a guide on how to do this?
Hi, I have been working on STM32 G474RE Nucleo Board and I need to configure HRTIM for generating PWM signals. Is there any documentation or user manual available related to the HAL functions which are implemented for HRTIM? Thanks in advance.
Hello!I'm trying to set up the output compare channels of TIM3 of an STM32F103RB MCU. For now I only enabled channel 1, but later I'll need CH2 and CH3 as well. When CH1 triggers, the TIM3->SR register gets the value of 0x0000001f, i have looked at i...
Hi there!I have been trying to interface the RGB LED with STM32L152RE. My requirement is not only to control its color but also its blinking rate. I used a timer for generating PWM signals on its three channels to control different colors of RGB LED....
Hi,Would you please help me to choose a STM32 microcontroller which must have 6 number of ADCs and must be capable of generating PWM signals with deadtime. Thanks in advance.BR
I am attempting to drive some I2C 5.0v / 3.3v peripherals via the Sparkfun Arduino Qwiic Shield connected to an STM32H7451-DISCO.I can't seem to raise the devices on the I2C bus despite being able to communicate with the audio codec and LCD which are...