STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L4 ADC using DMA and oversampling - 16 bit value

I want to implement the oversampling feature in the ADC read to get a better resolution for my values. Data is transmitted directly using DMA.If I enable oversampling, I can correctly get an average value when putting a 16x oversampling ratio (the ma...

Simple VoIP client od STM32l475 MCU

Posted on January 22, 2018 at 20:31Hello everybody!I want to make a simple VoIP client handling SIP and RTP protocols. It needs to be very simple (connect to the VoIP server, make a call, pick up a call, end call), fast and reliable.  I'm wondering ...

Resolved! M7 Speculative access vs cache

Dear experts,Still not sure after reading the fine manuals. On CM7 (STM32H7, F7) if I and D caches have never been enabled after reset, can speculative data fetch and instruction fetch still occur?Is speculative access independent from caching?

Pavel A. by Evangelist III
  • 3557 Views
  • 8 replies
  • 0 kudos

STM32 L071CZ consumes high current in stopmode (3.5mA).

Hi all,I am using a custom board designed using mcu STM32 L071CZ. I want my device to go to stopmode afte doing a certain task. I checked the current consumption in run mode, it is almost 4.7mA and in stop mode in 3.56 mA.I haven't enabled any othe...

Resolved! 1. Data cache disable issue, 2. flash interface (AXI vs. TCM)

If the Data cache is disabled to solve dma data coherency, it reduce performance a lot?  I know functions SCB_ClearDCache(), SCB_InvalidateDCache() to solve that issue. But there is a risk that an error message will not occur even if omitted by mista...

pabian by Associate III
  • 1048 Views
  • 2 replies
  • 0 kudos