STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F072R8 ADC EOC is not complete

Hello,I am using ADC1 of STM32F072R8 to measure temperature from sensor. The ADC is being used in continuous mode. For some historical reasons I still use standard peripheral library. Here is my code:void Temperature_ADC_Init()   {   GPIO_InitTyp...

ab_nurd by Associate II
  • 550 Views
  • 1 replies
  • 0 kudos

Resolved! How to execute code from CCM Memory? [GCC, LD, Help]

Hello, i'm trying to execute a delay code from CCM memory but the MCU is frezing when enter to 'delay_ms' function. It is the first time that i try this and i don´t know if the linker file, and the startup file modifications are good implemented so i...

0693W00000LzcCuQAJ.png

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
  • 2923 Views
  • 8 replies
  • 0 kudos