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

Newcomer questions~Cannot Load Flash Programming Algorithm

As stated in the title~This may be a common problem, but I’m not able to find solution on google.It works fine on my personal laptop, but doesn't work on others PC (Same CMSIS-DAP emulator,same win10,same Keil5.37,same setup).Has anyone encountered d...

ZeroOne by Associate III
  • 842 Views
  • 2 replies
  • 1 kudos

ON STM32L476 ADC in Dual regular simultaneous mode only does not work properly. HAL_ADC_ConvHalfCpltCallback() occurs only once after calling: HAL_ADC_Start(&hadc2): HAL_ADCEx_MultiModeStart_DMA(&hadc1, ADC1_count, ADC1_BUFF_LEN);

ON STM32L476 ADC in Dual regular simultaneous mode only does not work properly. HAL_ADC_ConvHalfCpltCallback() occurs only once after calling: HAL_ADC_Start(&hadc2)HAL_ADCEx_MultiModeStart_DMA(&hadc1, ADC1_count, ADC1_BUFF_LEN).After calling:HAL_ADCE...

FFran.6 by Associate
  • 405 Views
  • 0 replies
  • 0 kudos

How to use STM32F4 + uC/OS III + C++?

We are working on a robotics control application for our project. In the past we've used bare metal + C. In recent times however we have seen how beneficial RTOSes and C++ can be for embedded systems. We have shortlisted uCOS as the RTOS and C++ as t...

Resolved! STM32 RTC loses one second after each reset

Posted on May 23, 2017 at 07:46I have a custom board based on the STM32F407 device. The board is running well except for one nagging detail: the RTC loses one second each time I power the board on/offMy device uses a low frequency external crystal a...

STM32H750 profiling tools.

I noticed some issues with latency in my project and I do not know exactly where the latency is coming from. I'm also driving the chip hard, it's overclocked to 540Mhz. In the below blog post I came across a blurb status that there is some debugger s...

VN.2 by Associate III
  • 635 Views
  • 1 replies
  • 0 kudos

Resolved! HAL_SAI_Receive_DMA does not work (STM32H74xx)

Hi,I use SAI interface for reading data: 8 of 32bit slots -> 256 BytesThis work fine:uint32_t GlSAI_DMA_Buff[8]; .... HAL_SAI_Receive(&hsai_BlockB3,(uint8_t *) GlSAI_DMA_Buff, 8, 0xffffff);When I use DMA like this: HAL_SAI_Receive_DMA(&hsai_BlockB3,...

JR2963 by Senior II
  • 1125 Views
  • 1 replies
  • 0 kudos

Resolved! STM32G4 Timer Update Triggered ADC Conversions Issue

Hi ;I'm trying to configure the ADC1 and ADC2 modules to get them triggered via tim1_trgo2 for a dual simultaneous regular conversion start but no success until now .Before I tried to do this I verified that I can succesfully trigger these modules ov...

BG1 by Senior
  • 1756 Views
  • 4 replies
  • 2 kudos

AIS2DW12 and SMT32L0 high current

Hello everyone,board consume too much energy when the acc wakeup and start to measure the tilt.in Stop Mode : 5 uAin Wake up : 280 uAMCU setting for INT pin belong to acc : No pull up-down and rising-edge triggerfor CS pin push-pull and no pull up-do...

Zek_De by Senior
  • 861 Views
  • 2 replies
  • 1 kudos