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

ADC front end design to remove high frequency noise

Hi everyoneI am working with STM32F429Zi microcontroller on a customized board. I am acquiring the signal shown below (oscilloscope screenshot) with ADC3 at a sampling rate of 300ksps. The input signal is a 10kHz sinusoidal waveform superimposed on a...

0690X00000DXP25QAH.png 0690X00000DXP2AQAX.png 0690X00000DXP2FQAX.png
ADITI by Associate II
  • 1771 Views
  • 4 replies
  • 0 kudos

Should I set HAL_DMA_STATE_READY in circular mode?

Hi,I'm implementing a circular buffer for UART transmit via DMA on an STM32L4 device.I've got a callback that updates the read pointer and calls another HAL_UART_Transmit_DMA if it's still not equal to the write pointer.This callback is called by:HAL...

Stijn1 by Associate II
  • 852 Views
  • 4 replies
  • 0 kudos

Will resetting the RTC (Real Time Clock) module frequently destroy the microcontroller due to excessive writes to non-volatile storage?

I am in the process of understanding the internals of the RTC (Real Time Clock) inside the STM32F446 microcontroller. I have already written some code and released it and now I'm afraid that the code might damage the microcontroller in the long run. ...

arnold_w by Senior II
  • 384 Views
  • 0 replies
  • 0 kudos

How to increase SPI display (ili9341) draw speed?

How to fill the screen with one color without seeing the draw pattern from top to bottom?All I want is to make screen instantly change color. I understand that drawing bitmap might be slow, but I want just one color.Is there a way to reduce display c...

JBond.1 by Senior
  • 1936 Views
  • 1 replies
  • 0 kudos

STM32L081xx CPU frequency change documentation erratum?

HiIn the STM32L081 datasheet (DS10888 Rev 6: https://www.st.com/resource/en/datasheet/stm32l081cz.pdf ), on page 16, under "3.1 Low-power modes" there is this note:CPU frequency changes from initial to final must respect "fcpu initial <4*fcpu final"....

ISzik.1 by Associate
  • 344 Views
  • 0 replies
  • 0 kudos

UART_Mutex not working properly!

Dear friends,I've created a UART mutex and when threads only send data over uart, everything works fine but when it is time to also receive data, after a while data is corrupted and the information is wrong and no data is valid! if( osMutexWait(modb...

Mujtaba by Senior
  • 419 Views
  • 1 replies
  • 0 kudos