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

USART Receive to Idle DMA callbacks

I got this working, then it stopped working.I finally figured out after about 3 hours what is wrong.Situation. I am making a "Serial tap" for debugging. The STM32F411CE on the Black Pill board. 2xUSARTs Rx only and the CDC Virtual COM port device ...

PCamp.2 by Associate III
  • 2854 Views
  • 3 replies
  • 0 kudos

Interrupt double firing can't be fixed

Hello all,​I am using the ADC on my STM32L431 with both DMA and interruption. Everything works fine, except that the ISR is often entered with none of the enabled interrupt flag being set.​Initial code:void ADC1_IRQHandler() { if(LL_ADC_IsActiveF...

ZJing by Associate III
  • 765 Views
  • 3 replies
  • 0 kudos

Probability of bit flips

Hello,Are there any statistics on the probability of bit flips for the RAM on stm32f0x family? Are there any dependencies based on factors such age of the micro or temperature?

BGhaz.2 by Associate II
  • 1551 Views
  • 5 replies
  • 0 kudos

Resolved! __WFI not enter stop mode when debugging

Hi. When debugging stm32l476rgt6 on NUCLEO-64 __WFI instruction has no effect.My question is simple: is it possible to enter stop mode while debugging? I know that it is possible to stop dbg clock during clear DBG_STOP bit. But after awake debugger d...

ARa.2 by Associate II
  • 1119 Views
  • 2 replies
  • 0 kudos

Resolved! How to induce a RAM parity error?

Hello,I want to test some code (including the exception handler for parity error) that kicks in when a parity error gets detected by the micro. But how can I induce a parity error?The processor is stm32f0x8.

BGhaz.2 by Associate II
  • 718 Views
  • 2 replies
  • 0 kudos

GPIO is disturbed by the alternate function

hello everyone,i work on stm32g071 to build a application , but i configure the PA9 for uart TX and the PA8 for the normal input that pull up by 3.3v. When start send data by the PA9 , PA8 is disturbed。But PA9 is not configured, the PA8 level is norm...

zli.2 by Associate
  • 723 Views
  • 4 replies
  • 0 kudos